Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- 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.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def application_id @application_id end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
70 71 72 |
# File 'sig/types.rbs', line 70 def application_name @application_name end |
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def default_kms_key_id @default_kms_key_id end |
#domain ⇒ ::String
Returns the value of attribute domain.
71 72 73 |
# File 'sig/types.rbs', line 71 def domain @domain end |