Class: Aws::RolesAnywhere::Types::ResetNotificationSettingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



783
784
785
786
787
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 783

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