Class: Aws::SWF::Types::DescribeActivityTypeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activity_typeTypes::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.

Returns:



1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1846

class DescribeActivityTypeInput < Struct.new(
  :domain,
  :activity_type)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The name of the domain in which the activity type is registered.

Returns:

  • (String)


1846
1847
1848
1849
1850
1851
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1846

class DescribeActivityTypeInput < Struct.new(
  :domain,
  :activity_type)
  SENSITIVE = []
  include Aws::Structure
end