Module: Aws::OpenSearchService::Client::_CreateApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
- 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
- #kms_key_arn ⇒ ::String
- #name ⇒ ::String
- #tag_list ⇒ ::Array[Types::Tag]
Instance Method Details
#app_configs ⇒ ::Array[Types::AppConfig]
246 |
# File 'sig/client.rbs', line 246
def app_configs: () -> ::Array[Types::AppConfig]
|
#arn ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def arn: () -> ::String
|
#created_at ⇒ ::Time
248 |
# File 'sig/client.rbs', line 248
def created_at: () -> ::Time
|
#data_sources ⇒ ::Array[Types::DataSource]
244 |
# File 'sig/client.rbs', line 244
def data_sources: () -> ::Array[Types::DataSource]
|
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
245 |
# File 'sig/client.rbs', line 245
def iam_identity_center_options: () -> Types::IamIdentityCenterOptions
|
#id ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def id: () -> ::String
|
#kms_key_arn ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def name: () -> ::String
|
#tag_list ⇒ ::Array[Types::Tag]
247 |
# File 'sig/client.rbs', line 247
def tag_list: () -> ::Array[Types::Tag]
|