Module: Aws::States::Client::_DescribeActivityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeActivityOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #activity_arn ⇒ ::String
- #creation_date ⇒ ::Time
- #encryption_configuration ⇒ Types::EncryptionConfiguration
- #name ⇒ ::String
Instance Method Details
#activity_arn ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def activity_arn: () -> ::String
|
#creation_date ⇒ ::Time
194 |
# File 'sig/client.rbs', line 194
def creation_date: () -> ::Time
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
195 |
# File 'sig/client.rbs', line 195
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#name ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def name: () -> ::String
|