Class: Aws::Types::GetMarketplaceResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMarketplaceResourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
830 831 832 |
# File 'sig/types.rbs', line 830 def data @data end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
828 829 830 |
# File 'sig/types.rbs', line 828 def resource_arn @resource_arn end |
#url ⇒ ::String
Returns the value of attribute url.
829 830 831 |
# File 'sig/types.rbs', line 829 def url @url end |