Module: Aws::BedrockAgentCoreControl::Client::_GetConfigurationBundleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConfigurationBundleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bundle_arn ⇒ ::String
- #bundle_id ⇒ ::String
- #bundle_name ⇒ ::String
- #components ⇒ ::Hash[::String, Types::ComponentConfiguration]
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #kms_key_arn ⇒ ::String
- #lineage_metadata ⇒ Types::VersionLineageMetadata
- #updated_at ⇒ ::Time
- #version_id ⇒ ::String
Instance Method Details
#bundle_arn ⇒ ::String
1275 |
# File 'sig/client.rbs', line 1275
def bundle_arn: () -> ::String
|
#bundle_id ⇒ ::String
1276 |
# File 'sig/client.rbs', line 1276
def bundle_id: () -> ::String
|
#bundle_name ⇒ ::String
1277 |
# File 'sig/client.rbs', line 1277
def bundle_name: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentConfiguration]
1280 |
# File 'sig/client.rbs', line 1280
def components: () -> ::Hash[::String, Types::ComponentConfiguration]
|
#created_at ⇒ ::Time
1282 |
# File 'sig/client.rbs', line 1282
def created_at: () -> ::Time
|
#description ⇒ ::String
1278 |
# File 'sig/client.rbs', line 1278
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
1284 |
# File 'sig/client.rbs', line 1284
def kms_key_arn: () -> ::String
|
#lineage_metadata ⇒ Types::VersionLineageMetadata
1281 |
# File 'sig/client.rbs', line 1281
def lineage_metadata: () -> Types::VersionLineageMetadata
|
#updated_at ⇒ ::Time
1283 |
# File 'sig/client.rbs', line 1283
def updated_at: () -> ::Time
|
#version_id ⇒ ::String
1279 |
# File 'sig/client.rbs', line 1279
def version_id: () -> ::String
|