Module: Aws::AppConfig::Client::_GetExtensionAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExtensionAssociation]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #extension_arn ⇒ ::String
- #extension_version_number ⇒ ::Integer
- #id ⇒ ::String
- #parameters ⇒ ::Hash[::String, ::String]
- #resource_arn ⇒ ::String
Instance Method Details
#arn ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def arn: () -> ::String
|
#extension_arn ⇒ ::String
536 |
# File 'sig/client.rbs', line 536
def extension_arn: () -> ::String
|
#extension_version_number ⇒ ::Integer
540 |
# File 'sig/client.rbs', line 540
def extension_version_number: () -> ::Integer
|
#id ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def id: () -> ::String
|
#parameters ⇒ ::Hash[::String, ::String]
539 |
# File 'sig/client.rbs', line 539
def parameters: () -> ::Hash[::String, ::String]
|
#resource_arn ⇒ ::String
537 |
# File 'sig/client.rbs', line 537
def resource_arn: () -> ::String
|