Class: Aws::Types::GetApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#idc_configuration ⇒ Types::IdCConfiguration
Returns the value of attribute idc_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def application_id @application_id end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def application_name @application_name end |
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def default_kms_key_id @default_kms_key_id end |
#domain ⇒ ::String
Returns the value of attribute domain.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def domain @domain end |
#idc_configuration ⇒ Types::IdCConfiguration
Returns the value of attribute idc_configuration.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def idc_configuration @idc_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def role_arn @role_arn end |