Class: Aws::Imagebuilder::Types::GetMarketplaceResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetMarketplaceResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies an Amazon Web Services Marketplace resource.
-
#resource_location ⇒ String
The bucket path that you can specify to download the resource from Amazon S3.
-
#resource_type ⇒ String
Specifies which type of Amazon Web Services Marketplace resource Image Builder retrieves.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies an Amazon Web Services Marketplace resource.
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_location ⇒ String
The bucket path that you can specify to download the resource from Amazon S3.
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_type ⇒ String
Specifies which type of Amazon Web Services Marketplace resource Image Builder retrieves.
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 |