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