Class: Aws::EC2::Types::CreateDefaultSubnetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone in which to create the default subnet.

Returns:

  • (String)


7531
7532
7533
7534
7535
7536
7537
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7531

class CreateDefaultSubnetRequest < Struct.new(
  :availability_zone,
  :dry_run,
  :ipv_6_native)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)


7531
7532
7533
7534
7535
7536
7537
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7531

class CreateDefaultSubnetRequest < Struct.new(
  :availability_zone,
  :dry_run,
  :ipv_6_native)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_nativeBoolean

Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.

Returns:

  • (Boolean)


7531
7532
7533
7534
7535
7536
7537
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7531

class CreateDefaultSubnetRequest < Struct.new(
  :availability_zone,
  :dry_run,
  :ipv_6_native)
  SENSITIVE = []
  include Aws::Structure
end