Class: Aws::Types::Promotion
- Inherits:
-
Object
- Object
- Aws::Types::Promotion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#filter_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter_values.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#percent_promoted_items ⇒ ::Integer
Returns the value of attribute percent_promoted_items.
Instance Attribute Details
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def filter_arn @filter_arn end |
#filter_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter_values.
87 88 89 |
# File 'sig/types.rbs', line 87 def filter_values @filter_values end |
#name ⇒ ::String
Returns the value of attribute name.
84 85 86 |
# File 'sig/types.rbs', line 84 def name @name end |
#percent_promoted_items ⇒ ::Integer
Returns the value of attribute percent_promoted_items.
85 86 87 |
# File 'sig/types.rbs', line 85 def percent_promoted_items @percent_promoted_items end |