Class: Aws::SWF::Types::DescribeDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DescribeDomainInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Overview
Note:
When making an API call, you may pass DescribeDomainInput data as a hash:
{
name: "DomainName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the domain to describe.
Instance Attribute Details
#name ⇒ String
The name of the domain to describe.
2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-swf/types.rb', line 2108 class DescribeDomainInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |