Class: Aws::Types::GetCellReadinessSummaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCellReadinessSummaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
155 156 157 |
# File 'sig/types.rbs', line 155 def cell_name @cell_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
156 157 158 |
# File 'sig/types.rbs', line 156 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
157 158 159 |
# File 'sig/types.rbs', line 157 def next_token @next_token end |