Class: Aws::AppFabric::Types::AppBundle
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::AppBundle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains information about an app bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle.
-
#customer_managed_key_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-appfabric/types.rb', line 193 class AppBundle < Struct.new( :arn, :customer_managed_key_arn) SENSITIVE = [] include Aws::Structure end |
#customer_managed_key_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-appfabric/types.rb', line 193 class AppBundle < Struct.new( :arn, :customer_managed_key_arn) SENSITIVE = [] include Aws::Structure end |