Class: Aws::NetworkManager::Types::DeleteSiteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteSiteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#site ⇒ Types::Site
Information about the site.
Instance Attribute Details
#site ⇒ Types::Site
Information about the site.
2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2307 class DeleteSiteResponse < Struct.new( :site) SENSITIVE = [] include Aws::Structure end |