Class: Aws::PrivateNetworks::Types::OrderedResourceDefinition

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

Instance Attribute Details

#commitment_configurationTypes::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

#countInteger

The number of network resources in the order.

Returns:

  • (Integer)


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

#typeString

The type of network resource in the order.

Returns:

  • (String)


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