Class: Aws::Types::GetFlowTemplateRevisionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowTemplateRevisionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
231 232 233 |
# File 'sig/types.rbs', line 231 def id @id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
233 234 235 |
# File 'sig/types.rbs', line 233 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
232 233 234 |
# File 'sig/types.rbs', line 232 def next_token @next_token end |