Class: Aws::PrivateNetworks::Types::NetworkResourceDefinition

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

Instance Attribute Details

#countInteger

The count in the network resource definition.

Returns:

  • (Integer)


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

#optionsArray<Types::NameValuePair>

The options in the network resource definition.

Returns:



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

#typeString

The type in the network resource definition.

Returns:

  • (String)


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