Class: Aws::IAM::Types::RejectDelegationRequestRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_request_idString

The unique identifier of the delegation request to reject.

Returns:

  • (String)


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

#notesString

Optional notes explaining the reason for rejecting the delegation request.

Returns:

  • (String)


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