Class: Aws::SWF::Types::DescribeActivityTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DescribeActivityTypeInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activity_type ⇒ Types::ActivityType
The activity type to get information about.
-
#domain ⇒ String
The name of the domain in which the activity type is registered.
Instance Attribute Details
#activity_type ⇒ Types::ActivityType
The activity type to get information about. Activity types are identified by the ‘name` and `version` that were supplied when the activity was registered.
1876 1877 1878 1879 1880 1881 |
# File 'lib/aws-sdk-swf/types.rb', line 1876 class DescribeActivityTypeInput < Struct.new( :domain, :activity_type) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the domain in which the activity type is registered.
1876 1877 1878 1879 1880 1881 |
# File 'lib/aws-sdk-swf/types.rb', line 1876 class DescribeActivityTypeInput < Struct.new( :domain, :activity_type) SENSITIVE = [] include Aws::Structure end |