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")


329
330
331
# File 'sig/types.rbs', line 329

def endpoint_ip_address_type
  @endpoint_ip_address_type
end

#routing_domain::String

Returns the value of attribute routing_domain.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def routing_domain
  @routing_domain
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


330
331
332
# File 'sig/types.rbs', line 330

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


328
329
330
# File 'sig/types.rbs', line 328

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:

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


331
332
333
# File 'sig/types.rbs', line 331

def tags
  @tags
end

#vpc_identifier::String

Returns the value of attribute vpc_identifier.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def vpc_identifier
  @vpc_identifier
end