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
1472 |
# File 'sig/client.rbs', line 1472
def bundle_arn: () -> ::String
|
#bundle_id ⇒ ::String
1473 |
# File 'sig/client.rbs', line 1473
def bundle_id: () -> ::String
|
#bundle_name ⇒ ::String
1474 |
# File 'sig/client.rbs', line 1474
def bundle_name: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentConfiguration]
1477 |
# File 'sig/client.rbs', line 1477
def components: () -> ::Hash[::String, Types::ComponentConfiguration]
|
#created_at ⇒ ::Time
1479 |
# File 'sig/client.rbs', line 1479
def created_at: () -> ::Time
|
#description ⇒ ::String
1475 |
# File 'sig/client.rbs', line 1475
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
1481 |
# File 'sig/client.rbs', line 1481
def kms_key_arn: () -> ::String
|
#lineage_metadata ⇒ Types::VersionLineageMetadata
1478 |
# File 'sig/client.rbs', line 1478
def lineage_metadata: () -> Types::VersionLineageMetadata
|
#updated_at ⇒ ::Time
1480 |
# File 'sig/client.rbs', line 1480
def updated_at: () -> ::Time
|
#version_id ⇒ ::String
1476 |
# File 'sig/client.rbs', line 1476
def version_id: () -> ::String
|