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)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def domain_arn
  @domain_arn
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def endpoint
  @endpoint
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1317
1318
1319
# File 'sig/types.rbs', line 1317

def status
  @status
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_endpoint_owner::String

Returns the value of attribute vpc_endpoint_owner.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def vpc_endpoint_owner
  @vpc_endpoint_owner
end

#vpc_optionsTypes::VPCDerivedInfo

Returns the value of attribute vpc_options.



1316
1317
1318
# File 'sig/types.rbs', line 1316

def vpc_options
  @vpc_options
end