Class: Aws::Types::VpcEndpoint

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)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def domain_arn
  @domain_arn
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


2571
2572
2573
# File 'sig/types.rbs', line 2571

def endpoint
  @endpoint
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


2570
2571
2572
# File 'sig/types.rbs', line 2570

def status
  @status
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_endpoint_owner::String

Returns the value of attribute vpc_endpoint_owner.

Returns:

  • (::String)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def vpc_endpoint_owner
  @vpc_endpoint_owner
end

#vpc_optionsTypes::VPCDerivedInfo

Returns the value of attribute vpc_options.



2569
2570
2571
# File 'sig/types.rbs', line 2569

def vpc_options
  @vpc_options
end