Class: Aws::Types::CreateVPCConnectionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2778
2779
2780
# File 'sig/types.rbs', line 2778

def 
  @aws_account_id
end

#dns_resolvers::Array[::String]

Returns the value of attribute dns_resolvers.

Returns:

  • (::Array[::String])


2783
2784
2785
# File 'sig/types.rbs', line 2783

def dns_resolvers
  @dns_resolvers
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2784
2785
2786
# File 'sig/types.rbs', line 2784

def role_arn
  @role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2782
2783
2784
# File 'sig/types.rbs', line 2782

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2781
2782
2783
# File 'sig/types.rbs', line 2781

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2785
2786
2787
# File 'sig/types.rbs', line 2785

def tags
  @tags
end

#vpc_connection_id::String

Returns the value of attribute vpc_connection_id.

Returns:

  • (::String)


2779
2780
2781
# File 'sig/types.rbs', line 2779

def vpc_connection_id
  @vpc_connection_id
end