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.
71 72 73 |
# File 'sig/types.rbs', line 71 def application_id @application_id end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def application_name @application_name end |
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def default_kms_key_id @default_kms_key_id end |
#domain ⇒ ::String
Returns the value of attribute domain.
73 74 75 |
# File 'sig/types.rbs', line 73 def domain @domain end |