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

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.



771
772
773
774
775
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 771

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