Class: Aws::NetworkManager::Types::CreateSiteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateSiteResponse
- 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.
1808 1809 1810 1811 1812 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1808 class CreateSiteResponse < Struct.new( :site) SENSITIVE = [] include Aws::Structure end |