Class: Aws::SWF::Types::DescribeDomainInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SWF::Types::DescribeDomainInput
 
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
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.
| 1887 1888 1889 1890 1891 | # File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1887 class DescribeDomainInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |