Class: Aws::Types::CreateGlobalNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlobalNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
510 511 512 |
# File 'sig/types.rbs', line 510 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
511 512 513 |
# File 'sig/types.rbs', line 511 def @tags end |