Class: Aws::Types::ModelDashboardEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


8954
8955
8956
# File 'sig/types.rbs', line 8954

def creation_time
  @creation_time
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


8953
8954
8955
# File 'sig/types.rbs', line 8953

def endpoint_arn
  @endpoint_arn
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


8952
8953
8954
# File 'sig/types.rbs', line 8952

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


8956
8957
8958
# File 'sig/types.rbs', line 8956

def endpoint_status
  @endpoint_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


8955
8956
8957
# File 'sig/types.rbs', line 8955

def last_modified_time
  @last_modified_time
end