Class: Aws::Types::GlobalNetwork
- Inherits:
-
Object
- Object
- Aws::Types::GlobalNetwork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#global_network_arn ⇒ ::String
Returns the value of attribute global_network_arn.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def description @description end |
#global_network_arn ⇒ ::String
Returns the value of attribute global_network_arn.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def global_network_arn @global_network_arn end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def global_network_id @global_network_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def @tags end |