Class: Aws::Types::ProviderMarketplaceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProviderMarketplaceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
731 732 733 |
# File 'sig/types.rbs', line 731 def asset_id @asset_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
729 730 731 |
# File 'sig/types.rbs', line 729 def data_set_id @data_set_id end |
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
732 733 734 |
# File 'sig/types.rbs', line 732 def listing_id @listing_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def revision_id @revision_id end |