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
1295 |
# File 'sig/client.rbs', line 1295
def bundle_arn: () -> ::String
|
#bundle_id ⇒ ::String
1296 |
# File 'sig/client.rbs', line 1296
def bundle_id: () -> ::String
|
#bundle_name ⇒ ::String
1297 |
# File 'sig/client.rbs', line 1297
def bundle_name: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentConfiguration]
1300 |
# File 'sig/client.rbs', line 1300
def components: () -> ::Hash[::String, Types::ComponentConfiguration]
|
#created_at ⇒ ::Time
1302 |
# File 'sig/client.rbs', line 1302
def created_at: () -> ::Time
|
#description ⇒ ::String
1298 |
# File 'sig/client.rbs', line 1298
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
1304 |
# File 'sig/client.rbs', line 1304
def kms_key_arn: () -> ::String
|
#lineage_metadata ⇒ Types::VersionLineageMetadata
1301 |
# File 'sig/client.rbs', line 1301
def lineage_metadata: () -> Types::VersionLineageMetadata
|
#version_created_at ⇒ ::Time
1303 |
# File 'sig/client.rbs', line 1303
def version_created_at: () -> ::Time
|
#version_id ⇒ ::String
1299 |
# File 'sig/client.rbs', line 1299
def version_id: () -> ::String
|