Module: Aws::OpenSearchService::Client::_UpdateApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_configs ⇒ ::Array[Types::AppConfig]
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #data_sources ⇒ ::Array[Types::DataSource]
- #iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
Instance Method Details
#app_configs ⇒ ::Array[Types::AppConfig]
1385 |
# File 'sig/client.rbs', line 1385
def app_configs: () -> ::Array[Types::AppConfig]
|
#arn ⇒ ::String
1382 |
# File 'sig/client.rbs', line 1382
def arn: () -> ::String
|
#created_at ⇒ ::Time
1386 |
# File 'sig/client.rbs', line 1386
def created_at: () -> ::Time
|
#data_sources ⇒ ::Array[Types::DataSource]
1383 |
# File 'sig/client.rbs', line 1383
def data_sources: () -> ::Array[Types::DataSource]
|
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
1384 |
# File 'sig/client.rbs', line 1384
def iam_identity_center_options: () -> Types::IamIdentityCenterOptions
|
#id ⇒ ::String
1380 |
# File 'sig/client.rbs', line 1380
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
1387 |
# File 'sig/client.rbs', line 1387
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1381 |
# File 'sig/client.rbs', line 1381
def name: () -> ::String
|