Class: Aws::EC2::Types::SubnetCidrReservation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a subnet CIDR reservation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The CIDR that has been reserved.

Returns:

  • (String)


63306
63307
63308
63309
63310
63311
63312
63313
63314
63315
63316
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63306

class SubnetCidrReservation < Struct.new(
  :subnet_cidr_reservation_id,
  :subnet_id,
  :cidr,
  :reservation_type,
  :owner_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description assigned to the subnet CIDR reservation.

Returns:

  • (String)


63306
63307
63308
63309
63310
63311
63312
63313
63314
63315
63316
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63306

class SubnetCidrReservation < Struct.new(
  :subnet_cidr_reservation_id,
  :subnet_id,
  :cidr,
  :reservation_type,
  :owner_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the account that owns the subnet CIDR reservation.

Returns:

  • (String)


63306
63307
63308
63309
63310
63311
63312
63313
63314
63315
63316
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63306

class SubnetCidrReservation < Struct.new(
  :subnet_cidr_reservation_id,
  :subnet_id,
  :cidr,
  :reservation_type,
  :owner_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#reservation_typeString

The type of reservation.

Returns:

  • (String)


63306
63307
63308
63309
63310
63311
63312
63313
63314
63315
63316
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63306

class SubnetCidrReservation < Struct.new(
  :subnet_cidr_reservation_id,
  :subnet_id,
  :cidr,
  :reservation_type,
  :owner_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_cidr_reservation_idString

The ID of the subnet CIDR reservation.

Returns:

  • (String)


63306
63307
63308
63309
63310
63311
63312
63313
63314
63315
63316
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63306

class SubnetCidrReservation < Struct.new(
  :subnet_cidr_reservation_id,
  :subnet_id,
  :cidr,
  :reservation_type,
  :owner_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


63306
63307
63308
63309
63310
63311
63312
63313
63314
63315
63316
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63306

class SubnetCidrReservation < Struct.new(
  :subnet_cidr_reservation_id,
  :subnet_id,
  :cidr,
  :reservation_type,
  :owner_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the subnet CIDR reservation.

Returns:



63306
63307
63308
63309
63310
63311
63312
63313
63314
63315
63316
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63306

class SubnetCidrReservation < Struct.new(
  :subnet_cidr_reservation_id,
  :subnet_id,
  :cidr,
  :reservation_type,
  :owner_id,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end