Class: Aws::Types::DescribeExclusionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExclusionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusion_arns ⇒ ::Array[::String]
Returns the value of attribute exclusion_arns.
-
#locale ⇒ "EN_US"
Returns the value of attribute locale.
Instance Attribute Details
#exclusion_arns ⇒ ::Array[::String]
Returns the value of attribute exclusion_arns.
279 280 281 |
# File 'sig/types.rbs', line 279 def exclusion_arns @exclusion_arns end |
#locale ⇒ "EN_US"
Returns the value of attribute locale.
280 281 282 |
# File 'sig/types.rbs', line 280 def locale @locale end |