Class: Aws::Types::ListTemplatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTemplatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ ::Array[("Active" | "Inactive")]
Returns the value of attribute status.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
878 879 880 |
# File 'sig/types.rbs', line 878 def domain_id @domain_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
879 880 881 |
# File 'sig/types.rbs', line 879 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
880 881 882 |
# File 'sig/types.rbs', line 880 def next_token @next_token end |
#status ⇒ ::Array[("Active" | "Inactive")]
Returns the value of attribute status.
881 882 883 |
# File 'sig/types.rbs', line 881 def status @status end |