Class: Aws::PrivateNetworks::Types::NetworkResourceDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::NetworkResourceDefinition
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Information about a network resource definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The count in the network resource definition.
-
#options ⇒ Array<Types::NameValuePair>
The options in the network resource definition.
-
#type ⇒ String
The type in the network resource definition.
Instance Attribute Details
#count ⇒ Integer
The count in the network resource definition.
1275 1276 1277 1278 1279 1280 1281 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1275 class NetworkResourceDefinition < Struct.new( :count, :options, :type) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<Types::NameValuePair>
The options in the network resource definition.
1275 1276 1277 1278 1279 1280 1281 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1275 class NetworkResourceDefinition < Struct.new( :count, :options, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type in the network resource definition.
1275 1276 1277 1278 1279 1280 1281 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1275 class NetworkResourceDefinition < Struct.new( :count, :options, :type) SENSITIVE = [] include Aws::Structure end |