Class: Aws::Types::DeleteSiteRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSiteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
Instance Attribute Details
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def global_network_id @global_network_id end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
731 732 733 |
# File 'sig/types.rbs', line 731 def site_id @site_id end |