Module: Aws::Kendra::Client::_DescribeExperienceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeExperienceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration ⇒ Types::ExperienceConfiguration
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #endpoints ⇒ ::Array[Types::ExperienceEndpoint]
- #error_message ⇒ ::String
- #id ⇒ ::String
- #index_id ⇒ ::String
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#configuration ⇒ Types::ExperienceConfiguration
513 |
# File 'sig/client.rbs', line 513
def configuration: () -> Types::ExperienceConfiguration
|
#created_at ⇒ ::Time
514 |
# File 'sig/client.rbs', line 514
def created_at: () -> ::Time
|
#description ⇒ ::String
516 |
# File 'sig/client.rbs', line 516
def description: () -> ::String
|
#endpoints ⇒ ::Array[Types::ExperienceEndpoint]
512 |
# File 'sig/client.rbs', line 512
def endpoints: () -> ::Array[Types::ExperienceEndpoint]
|
#error_message ⇒ ::String
519 |
# File 'sig/client.rbs', line 519
def error_message: () -> ::String
|
#id ⇒ ::String
509 |
# File 'sig/client.rbs', line 509
def id: () -> ::String
|
#index_id ⇒ ::String
510 |
# File 'sig/client.rbs', line 510
def index_id: () -> ::String
|
#name ⇒ ::String
511 |
# File 'sig/client.rbs', line 511
def name: () -> ::String
|
#role_arn ⇒ ::String
518 |
# File 'sig/client.rbs', line 518
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
517 |
# File 'sig/client.rbs', line 517
def status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
#updated_at ⇒ ::Time
515 |
# File 'sig/client.rbs', line 515
def updated_at: () -> ::Time
|