Module: Aws::CognitoSync::Client::_GetBulkPublishDetailsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBulkPublishDetailsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bulk_publish_complete_time ⇒ ::Time
- #bulk_publish_start_time ⇒ ::Time
- #bulk_publish_status ⇒ "NOT_STARTED", ...
- #failure_message ⇒ ::String
- #identity_pool_id ⇒ ::String
Instance Method Details
#bulk_publish_complete_time ⇒ ::Time
140 |
# File 'sig/client.rbs', line 140
def bulk_publish_complete_time: () -> ::Time
|
#bulk_publish_start_time ⇒ ::Time
139 |
# File 'sig/client.rbs', line 139
def bulk_publish_start_time: () -> ::Time
|
#bulk_publish_status ⇒ "NOT_STARTED", ...
141 |
# File 'sig/client.rbs', line 141
def bulk_publish_status: () -> ("NOT_STARTED" | "IN_PROGRESS" | "FAILED" | "SUCCEEDED")
|
#failure_message ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def failure_message: () -> ::String
|
#identity_pool_id ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def identity_pool_id: () -> ::String
|