Class: Aws::Types::RefreshSchemasStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def endpoint_arn
  @endpoint_arn
end

#last_failure_message::String

Returns the value of attribute last_failure_message.

Returns:

  • (::String)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def last_failure_message
  @last_failure_message
end

#last_refresh_date::Time

Returns the value of attribute last_refresh_date.

Returns:

  • (::Time)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def last_refresh_date
  @last_refresh_date
end

#replication_instance_arn::String

Returns the value of attribute replication_instance_arn.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def replication_instance_arn
  @replication_instance_arn
end

#status"successful", ...

Returns the value of attribute status.

Returns:

  • ("successful", "failed", "refreshing")


2425
2426
2427
# File 'sig/types.rbs', line 2425

def status
  @status
end