Class: Aws::Imagebuilder::Types::GetMarketplaceResourceRequest

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

#resource_arnString

The Amazon Resource Name (ARN) that uniquely identifies an Amazon Web Services Marketplace resource.

Returns:

  • (String)


3027
3028
3029
3030
3031
3032
3033
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3027

class GetMarketplaceResourceRequest < Struct.new(
  :resource_type,
  :resource_arn,
  :resource_location)
  SENSITIVE = []
  include Aws::Structure
end

#resource_locationString

The bucket path that you can specify to download the resource from Amazon S3.

Returns:

  • (String)


3027
3028
3029
3030
3031
3032
3033
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3027

class GetMarketplaceResourceRequest < Struct.new(
  :resource_type,
  :resource_arn,
  :resource_location)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Specifies which type of Amazon Web Services Marketplace resource Image Builder retrieves.

Returns:

  • (String)


3027
3028
3029
3030
3031
3032
3033
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3027

class GetMarketplaceResourceRequest < Struct.new(
  :resource_type,
  :resource_arn,
  :resource_location)
  SENSITIVE = []
  include Aws::Structure
end