Class: Aws::Types::UpdateSiteRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSiteRequest
- 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.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def description @description end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def global_network_id @global_network_id end |
#location ⇒ Types::Location
Returns the value of attribute location.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def location @location end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def site_id @site_id end |