Module: Aws::SecurityAgent::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #application_name ⇒ ::String
- #default_kms_key_id ⇒ ::String
- #domain ⇒ ::String
- #idc_configuration ⇒ Types::IdCConfiguration
- #role_arn ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
789 |
# File 'sig/client.rbs', line 789
def application_id: () -> ::String
|
#application_name ⇒ ::String
791 |
# File 'sig/client.rbs', line 791
def application_name: () -> ::String
|
#default_kms_key_id ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def default_kms_key_id: () -> ::String
|
#domain ⇒ ::String
790 |
# File 'sig/client.rbs', line 790
def domain: () -> ::String
|
#idc_configuration ⇒ Types::IdCConfiguration
792 |
# File 'sig/client.rbs', line 792
def idc_configuration: () -> Types::IdCConfiguration
|
#role_arn ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def role_arn: () -> ::String
|