Class: Aws::Types::GetBulkPublishDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBulkPublishDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bulk_publish_complete_time ⇒ ::Time
Returns the value of attribute bulk_publish_complete_time.
-
#bulk_publish_start_time ⇒ ::Time
Returns the value of attribute bulk_publish_start_time.
-
#bulk_publish_status ⇒ "NOT_STARTED", ...
Returns the value of attribute bulk_publish_status.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
Instance Attribute Details
#bulk_publish_complete_time ⇒ ::Time
Returns the value of attribute bulk_publish_complete_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.
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.
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.
109 110 111 |
# File 'sig/types.rbs', line 109 def end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
105 106 107 |
# File 'sig/types.rbs', line 105 def identity_pool_id @identity_pool_id end |