Class: Aws::Types::CreateSiteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSiteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
538 539 540 |
# File 'sig/types.rbs', line 538 def description @description end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def global_network_id @global_network_id end |
#location ⇒ Types::Location
Returns the value of attribute location.
539 540 541 |
# File 'sig/types.rbs', line 539 def location @location end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
540 541 542 |
# File 'sig/types.rbs', line 540 def @tags end |