Class: Aws::PrivateNetworks::Types::SitePlan

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optionsArray<Types::NameValuePair>

The options of the plan.

Returns:



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_definitionsArray<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