Class: Aws::Types::UpdateOutpostResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOutpostResolverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#preferred_instance_type ⇒ ::String
Returns the value of attribute preferred_instance_type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def id @id end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def instance_count @instance_count end |
#name ⇒ ::String
Returns the value of attribute name.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def name @name end |
#preferred_instance_type ⇒ ::String
Returns the value of attribute preferred_instance_type.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def preferred_instance_type @preferred_instance_type end |