Class: Aws::PrivateNetworks::Types::OrderedResourceDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::OrderedResourceDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Details of the network resources in the order.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commitment_configuration ⇒ Types::CommitmentConfiguration
The duration and renewal status of the commitment period for each radio unit in the order.
-
#count ⇒ Integer
The number of network resources in the order.
-
#type ⇒ String
The type of network resource in the order.
Instance Attribute Details
#commitment_configuration ⇒ Types::CommitmentConfiguration
The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1417 class OrderedResourceDefinition < Struct.new( :commitment_configuration, :count, :type) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The number of network resources in the order.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1417 class OrderedResourceDefinition < Struct.new( :commitment_configuration, :count, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of network resource in the order.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1417 class OrderedResourceDefinition < Struct.new( :commitment_configuration, :count, :type) SENSITIVE = [] include Aws::Structure end |