Class: Aws::Types::CreateOutpostResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOutpostResolverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#preferred_instance_type ⇒ ::String
Returns the value of attribute preferred_instance_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
193 194 195 |
# File 'sig/types.rbs', line 193 def creator_request_id @creator_request_id end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
195 196 197 |
# File 'sig/types.rbs', line 195 def instance_count @instance_count end |
#name ⇒ ::String
Returns the value of attribute name.
194 195 196 |
# File 'sig/types.rbs', line 194 def name @name end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
197 198 199 |
# File 'sig/types.rbs', line 197 def outpost_arn @outpost_arn end |
#preferred_instance_type ⇒ ::String
Returns the value of attribute preferred_instance_type.
196 197 198 |
# File 'sig/types.rbs', line 196 def preferred_instance_type @preferred_instance_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
198 199 200 |
# File 'sig/types.rbs', line 198 def @tags end |