Class: Aws::Types::ProductInformation
- Inherits:
-
Object
- Object
- Aws::Types::ProductInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#product_information_filter_list ⇒ ::Array[Types::ProductInformationFilter]
Returns the value of attribute product_information_filter_list.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#product_information_filter_list ⇒ ::Array[Types::ProductInformationFilter]
Returns the value of attribute product_information_filter_list.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def product_information_filter_list @product_information_filter_list end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def resource_type @resource_type end |