Module: Aws::WellArchitected::Client::_StartAgentRecommendationGenerationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartAgentRecommendationGenerationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #estimated_completion_time ⇒ ::Time
- #id ⇒ ::String
- #last_modified_at ⇒ ::Time
- #last_modified_by ⇒ ::String
- #name ⇒ ::String
- #profile_arn ⇒ ::String
- #status ⇒ "QUEUED", ...
Instance Method Details
#created_at ⇒ ::Time
1132 |
# File 'sig/client.rbs', line 1132
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1131 |
# File 'sig/client.rbs', line 1131
def created_by: () -> ::String
|
#estimated_completion_time ⇒ ::Time
1130 |
# File 'sig/client.rbs', line 1130
def estimated_completion_time: () -> ::Time
|
#id ⇒ ::String
1126 |
# File 'sig/client.rbs', line 1126
def id: () -> ::String
|
#last_modified_at ⇒ ::Time
1134 |
# File 'sig/client.rbs', line 1134
def last_modified_at: () -> ::Time
|
#last_modified_by ⇒ ::String
1133 |
# File 'sig/client.rbs', line 1133
def last_modified_by: () -> ::String
|
#name ⇒ ::String
1128 |
# File 'sig/client.rbs', line 1128
def name: () -> ::String
|
#profile_arn ⇒ ::String
1127 |
# File 'sig/client.rbs', line 1127
def profile_arn: () -> ::String
|
#status ⇒ "QUEUED", ...
1129 |
# File 'sig/client.rbs', line 1129
def status: () -> ("QUEUED" | "IN_PROGRESS" | "COMPLETED" | "ERROR")
|