Module: Aws::BedrockAgentCoreControl::Client::_GetConfigurationBundleVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetConfigurationBundleVersionResponse]
- 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
- #version_created_at ⇒ ::Time
- #version_id ⇒ ::String
Instance Method Details
#bundle_arn ⇒ ::String
1492 |
# File 'sig/client.rbs', line 1492
def bundle_arn: () -> ::String
|
#bundle_id ⇒ ::String
1493 |
# File 'sig/client.rbs', line 1493
def bundle_id: () -> ::String
|
#bundle_name ⇒ ::String
1494 |
# File 'sig/client.rbs', line 1494
def bundle_name: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentConfiguration]
1497 |
# File 'sig/client.rbs', line 1497
def components: () -> ::Hash[::String, Types::ComponentConfiguration]
|
#created_at ⇒ ::Time
1499 |
# File 'sig/client.rbs', line 1499
def created_at: () -> ::Time
|
#description ⇒ ::String
1495 |
# File 'sig/client.rbs', line 1495
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501
def kms_key_arn: () -> ::String
|
#lineage_metadata ⇒ Types::VersionLineageMetadata
1498 |
# File 'sig/client.rbs', line 1498
def lineage_metadata: () -> Types::VersionLineageMetadata
|
#version_created_at ⇒ ::Time
1500 |
# File 'sig/client.rbs', line 1500
def version_created_at: () -> ::Time
|
#version_id ⇒ ::String
1496 |
# File 'sig/client.rbs', line 1496
def version_id: () -> ::String
|