Class: Aws::Types::LocalGateway
- Inherits:
-
Object
- Object
- Aws::Types::LocalGateway
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
12931 12932 12933 |
# File 'sig/types.rbs', line 12931 def local_gateway_id @local_gateway_id end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
12932 12933 12934 |
# File 'sig/types.rbs', line 12932 def outpost_arn @outpost_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12933 12934 12935 |
# File 'sig/types.rbs', line 12933 def owner_id @owner_id end |
#state ⇒ ::String
Returns the value of attribute state.
12934 12935 12936 |
# File 'sig/types.rbs', line 12934 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12935 12936 12937 |
# File 'sig/types.rbs', line 12935 def @tags end |