Class: Aws::RolesAnywhere::Types::PutNotificationSettingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trust_anchorTypes::TrustAnchorDetail

The state of the trust anchor after a read or write operation.



741
742
743
744
745
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 741

class PutNotificationSettingsResponse < Struct.new(
  :trust_anchor)
  SENSITIVE = []
  include Aws::Structure
end