Class: Aws::Types::GetMarketplaceResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMarketplaceResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_location ⇒ ::String
Returns the value of attribute resource_location.
-
#resource_type ⇒ "COMPONENT_DATA", "COMPONENT_ARTIFACT"
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
822 823 824 |
# File 'sig/types.rbs', line 822 def resource_arn @resource_arn end |
#resource_location ⇒ ::String
Returns the value of attribute resource_location.
823 824 825 |
# File 'sig/types.rbs', line 823 def resource_location @resource_location end |
#resource_type ⇒ "COMPONENT_DATA", "COMPONENT_ARTIFACT"
Returns the value of attribute resource_type.
821 822 823 |
# File 'sig/types.rbs', line 821 def resource_type @resource_type end |