Class: Aws::Types::ListInstanceTypeDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInstanceTypeDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#retrieve_a_zs ⇒ Boolean
Returns the value of attribute retrieve_a_zs.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def domain_name @domain_name end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def engine_version @engine_version end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def instance_type @instance_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def next_token @next_token end |
#retrieve_a_zs ⇒ Boolean
Returns the value of attribute retrieve_a_zs.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def retrieve_a_zs @retrieve_a_zs end |