Class: Aws::IAM::Types::RejectDelegationRequestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::RejectDelegationRequestRequest
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegation_request_id ⇒ String
The unique identifier of the delegation request to reject.
-
#notes ⇒ String
Optional notes explaining the reason for rejecting the delegation request.
Instance Attribute Details
#delegation_request_id ⇒ String
The unique identifier of the delegation request to reject.
9720 9721 9722 9723 9724 9725 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9720 class RejectDelegationRequestRequest < Struct.new( :delegation_request_id, :notes) SENSITIVE = [] include Aws::Structure end |
#notes ⇒ String
Optional notes explaining the reason for rejecting the delegation request.
9720 9721 9722 9723 9724 9725 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9720 class RejectDelegationRequestRequest < Struct.new( :delegation_request_id, :notes) SENSITIVE = [] include Aws::Structure end |