Class: Aws::WorkLink::Types::RevokeDomainAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::RevokeDomainAccessRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain.
-
#fleet_arn ⇒ String
The ARN of the fleet.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
977 978 979 980 981 982 |
# File 'lib/aws-sdk-worklink/types.rb', line 977 class RevokeDomainAccessRequest < Struct.new( :fleet_arn, :domain_name) SENSITIVE = [] include Aws::Structure end |
#fleet_arn ⇒ String
The ARN of the fleet.
977 978 979 980 981 982 |
# File 'lib/aws-sdk-worklink/types.rb', line 977 class RevokeDomainAccessRequest < Struct.new( :fleet_arn, :domain_name) SENSITIVE = [] include Aws::Structure end |