Class: Aws::Types::InstanceTypeDetails
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTypeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_security_enabled ⇒ Boolean
Returns the value of attribute advanced_security_enabled.
-
#app_logs_enabled ⇒ Boolean
Returns the value of attribute app_logs_enabled.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#cognito_enabled ⇒ Boolean
Returns the value of attribute cognito_enabled.
-
#encryption_enabled ⇒ Boolean
Returns the value of attribute encryption_enabled.
-
#instance_role ⇒ ::Array[::String]
Returns the value of attribute instance_role.
-
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
-
#warm_enabled ⇒ Boolean
Returns the value of attribute warm_enabled.
Instance Attribute Details
#advanced_security_enabled ⇒ Boolean
Returns the value of attribute advanced_security_enabled.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def advanced_security_enabled @advanced_security_enabled end |
#app_logs_enabled ⇒ Boolean
Returns the value of attribute app_logs_enabled.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def app_logs_enabled @app_logs_enabled end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def availability_zones @availability_zones end |
#cognito_enabled ⇒ Boolean
Returns the value of attribute cognito_enabled.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def cognito_enabled @cognito_enabled end |
#encryption_enabled ⇒ Boolean
Returns the value of attribute encryption_enabled.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def encryption_enabled @encryption_enabled end |
#instance_role ⇒ ::Array[::String]
Returns the value of attribute instance_role.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def instance_role @instance_role end |
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def instance_type @instance_type end |
#warm_enabled ⇒ Boolean
Returns the value of attribute warm_enabled.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def warm_enabled @warm_enabled end |