Class: Aws::Imagebuilder::Types::GetMarketplaceResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

Returns obfuscated data that contains the YAML content of the component.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3051

class GetMarketplaceResourceResponse < Struct.new(
  :resource_arn,
  :url,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) for the Amazon Web Services Marketplace resource that was requested.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3051

class GetMarketplaceResourceResponse < Struct.new(
  :resource_arn,
  :url,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The obfuscated S3 URL to download the component artifact from.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
3057
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3051

class GetMarketplaceResourceResponse < Struct.new(
  :resource_arn,
  :url,
  :data)
  SENSITIVE = []
  include Aws::Structure
end