Module: Aws::OpenSearchService::Client::_GetApplicationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#app_configs::Array[Types::AppConfig]

Returns:



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

def app_configs: () -> ::Array[Types::AppConfig]

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#data_sources::Array[Types::DataSource]

Returns:



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

def data_sources: () -> ::Array[Types::DataSource]

#endpoint::String

Returns:

  • (::String)


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

def endpoint: () -> ::String

#iam_identity_center_optionsTypes::IamIdentityCenterOptions



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

def iam_identity_center_options: () -> Types::IamIdentityCenterOptions

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#kms_key_arn::String

Returns:

  • (::String)


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

def kms_key_arn: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "FAILED")


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

def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")