Module: Aws::WellArchitected::Client::_StartAgentRecommendationGenerationResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StartAgentRecommendationGenerationResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at ⇒ ::Time

Returns:

  • (::Time)


1132
# File 'sig/client.rbs', line 1132

def created_at: () -> ::Time

#created_by ⇒ ::String

Returns:

  • (::String)


1131
# File 'sig/client.rbs', line 1131

def created_by: () -> ::String

#estimated_completion_time ⇒ ::Time

Returns:

  • (::Time)


1130
# File 'sig/client.rbs', line 1130

def estimated_completion_time: () -> ::Time

#id ⇒ ::String

Returns:

  • (::String)


1126
# File 'sig/client.rbs', line 1126

def id: () -> ::String

#last_modified_at ⇒ ::Time

Returns:

  • (::Time)


1134
# File 'sig/client.rbs', line 1134

def last_modified_at: () -> ::Time

#last_modified_by ⇒ ::String

Returns:

  • (::String)


1133
# File 'sig/client.rbs', line 1133

def last_modified_by: () -> ::String

#name ⇒ ::String

Returns:

  • (::String)


1128
# File 'sig/client.rbs', line 1128

def name: () -> ::String

#profile_arn ⇒ ::String

Returns:

  • (::String)


1127
# File 'sig/client.rbs', line 1127

def profile_arn: () -> ::String

#status ⇒ "QUEUED", ...

Returns:

  • ("QUEUED", "IN_PROGRESS", "COMPLETED", "ERROR")


1129
# File 'sig/client.rbs', line 1129

def status: () -> ("QUEUED" | "IN_PROGRESS" | "COMPLETED" | "ERROR")