Class: Aws::Types::ManagedVpcResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_ip_address_type"IPV4", "IPV6"

Returns the value of attribute endpoint_ip_address_type.

Returns:

  • ("IPV4", "IPV6")


271
272
273
# File 'sig/types.rbs', line 271

def endpoint_ip_address_type
  @endpoint_ip_address_type
end

#routing_domain::String

Returns the value of attribute routing_domain.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def routing_domain
  @routing_domain
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


272
273
274
# File 'sig/types.rbs', line 272

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


270
271
272
# File 'sig/types.rbs', line 270

def subnet_ids
  @subnet_ids
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


273
274
275
# File 'sig/types.rbs', line 273

def tags
  @tags
end

#vpc_identifier::String

Returns the value of attribute vpc_identifier.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def vpc_identifier
  @vpc_identifier
end