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
1283 |
# File 'sig/client.rbs', line 1283
def bundle_arn: () -> ::String
|
#bundle_id ⇒ ::String
1284 |
# File 'sig/client.rbs', line 1284
def bundle_id: () -> ::String
|
#bundle_name ⇒ ::String
1285 |
# File 'sig/client.rbs', line 1285
def bundle_name: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentConfiguration]
1288 |
# File 'sig/client.rbs', line 1288
def components: () -> ::Hash[::String, Types::ComponentConfiguration]
|
#created_at ⇒ ::Time
1290 |
# File 'sig/client.rbs', line 1290
def created_at: () -> ::Time
|
#description ⇒ ::String
1286 |
# File 'sig/client.rbs', line 1286
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
1292 |
# File 'sig/client.rbs', line 1292
def kms_key_arn: () -> ::String
|
#lineage_metadata ⇒ Types::VersionLineageMetadata
1289 |
# File 'sig/client.rbs', line 1289
def lineage_metadata: () -> Types::VersionLineageMetadata
|
#updated_at ⇒ ::Time
1291 |
# File 'sig/client.rbs', line 1291
def updated_at: () -> ::Time
|
#version_id ⇒ ::String
1287 |
# File 'sig/client.rbs', line 1287
def version_id: () -> ::String
|