Class: Aws::PrivateNetworks::Types::SitePlan
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::SitePlan
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Information about a site plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Array<Types::NameValuePair>
The options of the plan.
-
#resource_definitions ⇒ Array<Types::NetworkResourceDefinition>
The resource definitions of the plan.
Instance Attribute Details
#options ⇒ Array<Types::NameValuePair>
The options of the plan.
1544 1545 1546 1547 1548 1549 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1544 class SitePlan < Struct.new( :options, :resource_definitions) SENSITIVE = [] include Aws::Structure end |
#resource_definitions ⇒ Array<Types::NetworkResourceDefinition>
The resource definitions of the plan.
1544 1545 1546 1547 1548 1549 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1544 class SitePlan < Struct.new( :options, :resource_definitions) SENSITIVE = [] include Aws::Structure end |