class Aws::SWF::Types::DescribeActivityTypeInput
@note When making an API call, you may pass DescribeActivityTypeInput
data as a hash: { domain: "DomainName", # required activity_type: { # required name: "Name", # required version: "Version", # required }, }
@!attribute [rw] domain
The name of the domain in which the activity type is registered. @return [String]
@!attribute [rw] activity_type
The activity type to get information about. Activity types are identified by the `name` and `version` that were supplied when the activity was registered. @return [Types::ActivityType]
Constants
- SENSITIVE