Class: Aws::Types::VpcEndpointSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


2585
2586
2587
# File 'sig/types.rbs', line 2585

def domain_arn
  @domain_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETE_FAILED")


2586
2587
2588
# File 'sig/types.rbs', line 2586

def status
  @status
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_endpoint_owner::String

Returns the value of attribute vpc_endpoint_owner.

Returns:

  • (::String)


2584
2585
2586
# File 'sig/types.rbs', line 2584

def vpc_endpoint_owner
  @vpc_endpoint_owner
end