Class: Aws::Types::ListTypesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListTypesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deprecated_status ⇒ "LIVE", "DEPRECATED"
Returns the value of attribute deprecated_status.
-
#filters ⇒ Types::TypeFilters
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#provisioning_type ⇒ "NON_PROVISIONABLE", ...
Returns the value of attribute provisioning_type.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#visibility ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute visibility.
Instance Attribute Details
#deprecated_status ⇒ "LIVE", "DEPRECATED"
Returns the value of attribute deprecated_status.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def deprecated_status @deprecated_status end |
#filters ⇒ Types::TypeFilters
Returns the value of attribute filters.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def next_token @next_token end |
#provisioning_type ⇒ "NON_PROVISIONABLE", ...
Returns the value of attribute provisioning_type.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def provisioning_type @provisioning_type end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def type @type end |
#visibility ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute visibility.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def visibility @visibility end |