Class: Aws::Types::VpcEndpointConnection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


19445
19446
19447
# File 'sig/types.rbs', line 19445

def creation_timestamp
  @creation_timestamp
end

#dns_entries::Array[Types::DnsEntry]

Returns the value of attribute dns_entries.

Returns:



19446
19447
19448
# File 'sig/types.rbs', line 19446

def dns_entries
  @dns_entries
end

#gateway_load_balancer_arns::Array[::String]

Returns the value of attribute gateway_load_balancer_arns.

Returns:

  • (::Array[::String])


19448
19449
19450
# File 'sig/types.rbs', line 19448

def gateway_load_balancer_arns
  @gateway_load_balancer_arns
end

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack", "ipv6")


19449
19450
19451
# File 'sig/types.rbs', line 19449

def ip_address_type
  @ip_address_type
end

#network_load_balancer_arns::Array[::String]

Returns the value of attribute network_load_balancer_arns.

Returns:

  • (::Array[::String])


19447
19448
19449
# File 'sig/types.rbs', line 19447

def network_load_balancer_arns
  @network_load_balancer_arns
end

#payer_responsibilities::Array[Types::PayerResponsibilityEntry]

Returns the value of attribute payer_responsibilities.

Returns:



19453
19454
19455
# File 'sig/types.rbs', line 19453

def payer_responsibilities
  @payer_responsibilities
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


19441
19442
19443
# File 'sig/types.rbs', line 19441

def service_id
  @service_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19451
19452
19453
# File 'sig/types.rbs', line 19451

def tags
  @tags
end

#vpc_endpoint_connection_id::String

Returns the value of attribute vpc_endpoint_connection_id.

Returns:

  • (::String)


19450
19451
19452
# File 'sig/types.rbs', line 19450

def vpc_endpoint_connection_id
  @vpc_endpoint_connection_id
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


19442
19443
19444
# File 'sig/types.rbs', line 19442

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_endpoint_owner::String

Returns the value of attribute vpc_endpoint_owner.

Returns:

  • (::String)


19443
19444
19445
# File 'sig/types.rbs', line 19443

def vpc_endpoint_owner
  @vpc_endpoint_owner
end

#vpc_endpoint_region::String

Returns the value of attribute vpc_endpoint_region.

Returns:

  • (::String)


19452
19453
19454
# File 'sig/types.rbs', line 19452

def vpc_endpoint_region
  @vpc_endpoint_region
end

#vpc_endpoint_state"PendingAcceptance", ...

Returns the value of attribute vpc_endpoint_state.

Returns:

  • ("PendingAcceptance", "Pending", "Available", "Deleting", "Deleted", "Rejected", "Failed", "Expired", "Partial")


19444
19445
19446
# File 'sig/types.rbs', line 19444

def vpc_endpoint_state
  @vpc_endpoint_state
end