Class: Aws::Types::DescribeApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dns_subdomain ⇒ ::String
Returns the value of attribute dns_subdomain.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#idc_application_arn ⇒ ::String
Returns the value of attribute idc_application_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def description @description end |
#dns_subdomain ⇒ ::String
Returns the value of attribute dns_subdomain.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def dns_subdomain @dns_subdomain end |
#id ⇒ ::String
Returns the value of attribute id.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def id @id end |
#idc_application_arn ⇒ ::String
Returns the value of attribute idc_application_arn.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def idc_application_arn @idc_application_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def updated_at @updated_at end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def workspace_name @workspace_name end |