Module: Aws::OpenSearchService::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_configs ⇒ ::Array[Types::AppConfig]
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #data_sources ⇒ ::Array[Types::DataSource]
- #endpoint ⇒ ::String
- #iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
- #id ⇒ ::String
- #kms_key_arn ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#app_configs ⇒ ::Array[Types::AppConfig]
845 |
# File 'sig/client.rbs', line 845
def app_configs: () -> ::Array[Types::AppConfig]
|
#arn ⇒ ::String
839 |
# File 'sig/client.rbs', line 839
def arn: () -> ::String
|
#created_at ⇒ ::Time
846 |
# File 'sig/client.rbs', line 846
def created_at: () -> ::Time
|
#data_sources ⇒ ::Array[Types::DataSource]
844 |
# File 'sig/client.rbs', line 844
def data_sources: () -> ::Array[Types::DataSource]
|
#endpoint ⇒ ::String
841 |
# File 'sig/client.rbs', line 841
def endpoint: () -> ::String
|
#iam_identity_center_options ⇒ Types::IamIdentityCenterOptions
843 |
# File 'sig/client.rbs', line 843
def iam_identity_center_options: () -> Types::IamIdentityCenterOptions
|
#id ⇒ ::String
838 |
# File 'sig/client.rbs', line 838
def id: () -> ::String
|
#kms_key_arn ⇒ ::String
848 |
# File 'sig/client.rbs', line 848
def kms_key_arn: () -> ::String
|
#last_updated_at ⇒ ::Time
847 |
# File 'sig/client.rbs', line 847
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
840 |
# File 'sig/client.rbs', line 840
def name: () -> ::String
|
#status ⇒ "CREATING", ...
842 |
# File 'sig/client.rbs', line 842
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|