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
1505 |
# File 'sig/client.rbs', line 1505
def bundle_arn: () -> ::String
|
#bundle_id ⇒ ::String
1506 |
# File 'sig/client.rbs', line 1506
def bundle_id: () -> ::String
|
#bundle_name ⇒ ::String
1507 |
# File 'sig/client.rbs', line 1507
def bundle_name: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentConfiguration]
1510 |
# File 'sig/client.rbs', line 1510
def components: () -> ::Hash[::String, Types::ComponentConfiguration]
|
#created_at ⇒ ::Time
1512 |
# File 'sig/client.rbs', line 1512
def created_at: () -> ::Time
|
#description ⇒ ::String
1508 |
# File 'sig/client.rbs', line 1508
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
1514 |
# File 'sig/client.rbs', line 1514
def kms_key_arn: () -> ::String
|
#lineage_metadata ⇒ Types::VersionLineageMetadata
1511 |
# File 'sig/client.rbs', line 1511
def lineage_metadata: () -> Types::VersionLineageMetadata
|
#version_created_at ⇒ ::Time
1513 |
# File 'sig/client.rbs', line 1513
def version_created_at: () -> ::Time
|
#version_id ⇒ ::String
1509 |
# File 'sig/client.rbs', line 1509
def version_id: () -> ::String
|