Module: Aws::WellArchitected::Client::_GetAgentRecommendationGenerationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#additional_context ⇒ Object

Returns:

  • (Object)


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

def additional_context: () -> untyped

#created_at ⇒ ::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#created_by ⇒ ::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#ended_at ⇒ ::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#error_details ⇒ Types::ErrorDetails

Returns:



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

def error_details: () -> Types::ErrorDetails

#estimated_completion_time ⇒ ::Time

Returns:

  • (::Time)


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

def estimated_completion_time: () -> ::Time

#id ⇒ ::String

Returns:

  • (::String)


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

def id: () -> ::String

#last_modified_at ⇒ ::Time

Returns:

  • (::Time)


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

def last_modified_at: () -> ::Time

#last_modified_by ⇒ ::String

Returns:

  • (::String)


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

def last_modified_by: () -> ::String

#name ⇒ ::String

Returns:

  • (::String)


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

def name: () -> ::String

#profile_arn ⇒ ::String

Returns:

  • (::String)


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

def profile_arn: () -> ::String

#progress ⇒ Types::Progress

Returns:



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

def progress: () -> Types::Progress

#scope ⇒ Types::Scope

Returns:



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

def scope: () -> Types::Scope

#started_at ⇒ ::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time

#status ⇒ "QUEUED", ...

Returns:

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


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

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