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)


5800
5801
5802
# File 'sig/types.rbs', line 5800

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


5799
5800
5801
# File 'sig/types.rbs', line 5799

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")


5801
5802
5803
# File 'sig/types.rbs', line 5801

def endpoint_status
  @endpoint_status
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5802
5803
5804
# File 'sig/types.rbs', line 5802

def failure_reason
  @failure_reason
end