Class: Aws::AppFabric::Types::AppBundle

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Contains information about an app bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the app bundle.

Returns:

  • (String)


193
194
195
196
197
198
# File 'gems/aws-sdk-appfabric/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_arnString

The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.

Returns:

  • (String)


193
194
195
196
197
198
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 193

class AppBundle < Struct.new(
  :arn,
  :customer_managed_key_arn)
  SENSITIVE = []
  include Aws::Structure
end