Class: Aws::WorkLink::Types::UpdateDomainMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::UpdateDomainMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The name to display.
-
#domain_name ⇒ String
The name of the domain.
-
#fleet_arn ⇒ String
The ARN of the fleet.
Instance Attribute Details
#display_name ⇒ String
The name to display.
1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-worklink/types.rb', line 1168 class UpdateDomainMetadataRequest < Struct.new( :fleet_arn, :domain_name, :display_name) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-worklink/types.rb', line 1168 class UpdateDomainMetadataRequest < Struct.new( :fleet_arn, :domain_name, :display_name) SENSITIVE = [] include Aws::Structure end |
#fleet_arn ⇒ String
The ARN of the fleet.
1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-worklink/types.rb', line 1168 class UpdateDomainMetadataRequest < Struct.new( :fleet_arn, :domain_name, :display_name) SENSITIVE = [] include Aws::Structure end |