Class: Aws::Types::EndpointMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


5785
5786
5787
# File 'sig/types.rbs', line 5785

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


5784
5785
5786
# File 'sig/types.rbs', line 5784

def endpoint_name
  @endpoint_name
end

#endpoint_status"OutOfService", ...

Returns the value of attribute endpoint_status.

Returns:

  • ("OutOfService", "Creating", "Updating", "SystemUpdating", "RollingBack", "InService", "Deleting", "Failed", "UpdateRollbackFailed")


5786
5787
5788
# File 'sig/types.rbs', line 5786

def endpoint_status
  @endpoint_status
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5787
5788
5789
# File 'sig/types.rbs', line 5787

def failure_reason
  @failure_reason
end