Class: Aws::Types::GetBulkPublishDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_publish_complete_time::Time

Returns the value of attribute bulk_publish_complete_time.

Returns:

  • (::Time)


107
108
109
# File 'sig/types.rbs', line 107

def bulk_publish_complete_time
  @bulk_publish_complete_time
end

#bulk_publish_start_time::Time

Returns the value of attribute bulk_publish_start_time.

Returns:

  • (::Time)


106
107
108
# File 'sig/types.rbs', line 106

def bulk_publish_start_time
  @bulk_publish_start_time
end

#bulk_publish_status"NOT_STARTED", ...

Returns the value of attribute bulk_publish_status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "FAILED", "SUCCEEDED")


108
109
110
# File 'sig/types.rbs', line 108

def bulk_publish_status
  @bulk_publish_status
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def failure_message
  @failure_message
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def identity_pool_id
  @identity_pool_id
end