Class: Aws::EC2::Types::SubnetCidrReservation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SubnetCidrReservation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a subnet CIDR reservation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cidr  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The CIDR that has been reserved.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description assigned to the subnet CIDR reservation.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the account that owns the subnet CIDR reservation.
 - 
  
    
      #reservation_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of reservation.
 - 
  
    
      #subnet_cidr_reservation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the subnet CIDR reservation.
 - 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the subnet.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags assigned to the subnet CIDR reservation.
 
Instance Attribute Details
#cidr ⇒ String
The CIDR that has been reserved.
      68751 68752 68753 68754 68755 68756 68757 68758 68759 68760 68761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68751 class SubnetCidrReservation < Struct.new( :subnet_cidr_reservation_id, :subnet_id, :cidr, :reservation_type, :owner_id, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description assigned to the subnet CIDR reservation.
      68751 68752 68753 68754 68755 68756 68757 68758 68759 68760 68761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68751 class SubnetCidrReservation < Struct.new( :subnet_cidr_reservation_id, :subnet_id, :cidr, :reservation_type, :owner_id, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the account that owns the subnet CIDR reservation.
      68751 68752 68753 68754 68755 68756 68757 68758 68759 68760 68761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68751 class SubnetCidrReservation < Struct.new( :subnet_cidr_reservation_id, :subnet_id, :cidr, :reservation_type, :owner_id, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#reservation_type ⇒ String
The type of reservation.
      68751 68752 68753 68754 68755 68756 68757 68758 68759 68760 68761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68751 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_id ⇒ String
The ID of the subnet CIDR reservation.
      68751 68752 68753 68754 68755 68756 68757 68758 68759 68760 68761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68751 class SubnetCidrReservation < Struct.new( :subnet_cidr_reservation_id, :subnet_id, :cidr, :reservation_type, :owner_id, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_id ⇒ String
The ID of the subnet.
      68751 68752 68753 68754 68755 68756 68757 68758 68759 68760 68761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68751 class SubnetCidrReservation < Struct.new( :subnet_cidr_reservation_id, :subnet_id, :cidr, :reservation_type, :owner_id, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags assigned to the subnet CIDR reservation.
      68751 68752 68753 68754 68755 68756 68757 68758 68759 68760 68761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68751 class SubnetCidrReservation < Struct.new( :subnet_cidr_reservation_id, :subnet_id, :cidr, :reservation_type, :owner_id, :description, :tags) SENSITIVE = [] include Aws::Structure end  |