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
1303 |
# File 'sig/client.rbs', line 1303
def bundle_arn: () -> ::String
|
#bundle_id ⇒ ::String
1304 |
# File 'sig/client.rbs', line 1304
def bundle_id: () -> ::String
|
#bundle_name ⇒ ::String
1305 |
# File 'sig/client.rbs', line 1305
def bundle_name: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentConfiguration]
1308 |
# File 'sig/client.rbs', line 1308
def components: () -> ::Hash[::String, Types::ComponentConfiguration]
|
#created_at ⇒ ::Time
1310 |
# File 'sig/client.rbs', line 1310
def created_at: () -> ::Time
|
#description ⇒ ::String
1306 |
# File 'sig/client.rbs', line 1306
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
1312 |
# File 'sig/client.rbs', line 1312
def kms_key_arn: () -> ::String
|
#lineage_metadata ⇒ Types::VersionLineageMetadata
1309 |
# File 'sig/client.rbs', line 1309
def lineage_metadata: () -> Types::VersionLineageMetadata
|
#version_created_at ⇒ ::Time
1311 |
# File 'sig/client.rbs', line 1311
def version_created_at: () -> ::Time
|
#version_id ⇒ ::String
1307 |
# File 'sig/client.rbs', line 1307
def version_id: () -> ::String
|