Class: Aws::EC2::Types::CreateSecondarySubnetResult

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

#client_token ⇒ String

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

Returns:

  • (String)


15582
15583
15584
15585
15586
15587
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15582

class CreateSecondarySubnetResult < Struct.new(
  :secondary_subnet,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_subnet ⇒ Types::SecondarySubnet

Information about the secondary subnet.



15582
15583
15584
15585
15586
15587
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15582

class CreateSecondarySubnetResult < Struct.new(
  :secondary_subnet,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end