Class: Aws::Types::StartEdgeConfigurationUpdateOutput

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)


471
472
473
# File 'sig/types.rbs', line 471

def creation_time
  @creation_time
end

#edge_configTypes::EdgeConfig

Returns the value of attribute edge_config.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def edge_config
  @edge_config
end

#failed_status_details::String

Returns the value of attribute failed_status_details.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def failed_status_details
  @failed_status_details
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


472
473
474
# File 'sig/types.rbs', line 472

def last_updated_time
  @last_updated_time
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def stream_name
  @stream_name
end

#sync_status"SYNCING", ...

Returns the value of attribute sync_status.

Returns:

  • ("SYNCING", "ACKNOWLEDGED", "IN_SYNC", "SYNC_FAILED", "DELETING", "DELETE_FAILED", "DELETING_ACKNOWLEDGED")


473
474
475
# File 'sig/types.rbs', line 473

def sync_status
  @sync_status
end