Module: Aws::WellArchitected::Client::_GetAgentRecommendationGenerationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAgentRecommendationGenerationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #additional_context ⇒ Object
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #ended_at ⇒ ::Time
- #error_details ⇒ Types::ErrorDetails
- #estimated_completion_time ⇒ ::Time
- #id ⇒ ::String
- #last_modified_at ⇒ ::Time
- #last_modified_by ⇒ ::String
- #name ⇒ ::String
- #profile_arn ⇒ ::String
- #progress ⇒ Types::Progress
- #scope ⇒ Types::Scope
- #started_at ⇒ ::Time
- #status ⇒ "QUEUED", ...
Instance Method Details
#additional_context ⇒ Object
534 |
# File 'sig/client.rbs', line 534
def additional_context: () -> untyped
|
#created_at ⇒ ::Time
531 |
# File 'sig/client.rbs', line 531
def created_at: () -> ::Time
|
#created_by ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def created_by: () -> ::String
|
#ended_at ⇒ ::Time
537 |
# File 'sig/client.rbs', line 537
def ended_at: () -> ::Time
|
#error_details ⇒ Types::ErrorDetails
539 |
# File 'sig/client.rbs', line 539
def error_details: () -> Types::ErrorDetails
|
#estimated_completion_time ⇒ ::Time
529 |
# File 'sig/client.rbs', line 529
def estimated_completion_time: () -> ::Time
|
#id ⇒ ::String
525 |
# File 'sig/client.rbs', line 525
def id: () -> ::String
|
#last_modified_at ⇒ ::Time
533 |
# File 'sig/client.rbs', line 533
def last_modified_at: () -> ::Time
|
#last_modified_by ⇒ ::String
532 |
# File 'sig/client.rbs', line 532
def last_modified_by: () -> ::String
|
#name ⇒ ::String
527 |
# File 'sig/client.rbs', line 527
def name: () -> ::String
|
#profile_arn ⇒ ::String
526 |
# File 'sig/client.rbs', line 526
def profile_arn: () -> ::String
|
#progress ⇒ Types::Progress
538 |
# File 'sig/client.rbs', line 538
def progress: () -> Types::Progress
|
#started_at ⇒ ::Time
536 |
# File 'sig/client.rbs', line 536
def started_at: () -> ::Time
|
#status ⇒ "QUEUED", ...
528 |
# File 'sig/client.rbs', line 528
def status: () -> ("QUEUED" | "IN_PROGRESS" | "COMPLETED" | "ERROR")
|