Class: Aws::DataZone::Types::GetDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetDomainInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the specified Amazon DataZone domain.
Instance Attribute Details
#identifier ⇒ String
The identifier of the specified Amazon DataZone domain.
6844 6845 6846 6847 6848 |
# File 'lib/aws-sdk-datazone/types.rb', line 6844 class GetDomainInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |