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
1485 |
# File 'sig/client.rbs', line 1485
def bundle_arn: () -> ::String
|
#bundle_id ⇒ ::String
1486 |
# File 'sig/client.rbs', line 1486
def bundle_id: () -> ::String
|
#bundle_name ⇒ ::String
1487 |
# File 'sig/client.rbs', line 1487
def bundle_name: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentConfiguration]
1490 |
# File 'sig/client.rbs', line 1490
def components: () -> ::Hash[::String, Types::ComponentConfiguration]
|
#created_at ⇒ ::Time
1492 |
# File 'sig/client.rbs', line 1492
def created_at: () -> ::Time
|
#description ⇒ ::String
1488 |
# File 'sig/client.rbs', line 1488
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
1494 |
# File 'sig/client.rbs', line 1494
def kms_key_arn: () -> ::String
|
#lineage_metadata ⇒ Types::VersionLineageMetadata
1491 |
# File 'sig/client.rbs', line 1491
def lineage_metadata: () -> Types::VersionLineageMetadata
|
#updated_at ⇒ ::Time
1493 |
# File 'sig/client.rbs', line 1493
def updated_at: () -> ::Time
|
#version_id ⇒ ::String
1489 |
# File 'sig/client.rbs', line 1489
def version_id: () -> ::String
|