Class: Aws::Imagebuilder::Types::GetMarketplaceResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetMarketplaceResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ String
Returns obfuscated data that contains the YAML content of the component.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the Amazon Web Services Marketplace resource that was requested.
-
#url ⇒ String
The obfuscated S3 URL to download the component artifact from.
Instance Attribute Details
#data ⇒ String
Returns obfuscated data that contains the YAML content of the component.
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_arn ⇒ String
The Amazon Resource Name (ARN) for the Amazon Web Services Marketplace resource that was requested.
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 |
#url ⇒ String
The obfuscated S3 URL to download the component artifact from.
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 |