Class: Aws::RolesAnywhere::Types::CreateTrustAnchorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::CreateTrustAnchorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether the trust anchor is enabled.
-
#name ⇒ String
The name of the trust anchor.
-
#notification_settings ⇒ Array<Types::NotificationSetting>
A list of notification settings to be associated to the trust anchor.
-
#source ⇒ Types::Source
The trust anchor type and its related certificate data.
-
#tags ⇒ Array<Types::Tag>
The tags to attach to the trust anchor.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether the trust anchor is enabled.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134 class CreateTrustAnchorRequest < Struct.new( :enabled, :name, :notification_settings, :source, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the trust anchor.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134 class CreateTrustAnchorRequest < Struct.new( :enabled, :name, :notification_settings, :source, :tags) SENSITIVE = [] include Aws::Structure end |
#notification_settings ⇒ Array<Types::NotificationSetting>
A list of notification settings to be associated to the trust anchor.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134 class CreateTrustAnchorRequest < Struct.new( :enabled, :name, :notification_settings, :source, :tags) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The trust anchor type and its related certificate data.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134 class CreateTrustAnchorRequest < Struct.new( :enabled, :name, :notification_settings, :source, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to attach to the trust anchor.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 134 class CreateTrustAnchorRequest < Struct.new( :enabled, :name, :notification_settings, :source, :tags) SENSITIVE = [] include Aws::Structure end |