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.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def description @description end |
#dns_subdomain ⇒ ::String
Returns the value of attribute dns_subdomain.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def dns_subdomain @dns_subdomain end |
#id ⇒ ::String
Returns the value of attribute id.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def id @id end |
#idc_application_arn ⇒ ::String
Returns the value of attribute idc_application_arn.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def idc_application_arn @idc_application_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def updated_at @updated_at end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def workspace_name @workspace_name end |