Class: Aws::Types::DescribeAffectedEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAffectedEntitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::EntityFilter
Returns the value of attribute filter.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filter ⇒ Types::EntityFilter
Returns the value of attribute filter.
73 74 75 |
# File 'sig/types.rbs', line 73 def filter @filter end |
#locale ⇒ ::String
Returns the value of attribute locale.
74 75 76 |
# File 'sig/types.rbs', line 74 def locale @locale end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
76 77 78 |
# File 'sig/types.rbs', line 76 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
75 76 77 |
# File 'sig/types.rbs', line 75 def next_token @next_token end |