Class: Aws::Types::CreateApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#dns_subdomain ⇒ ::String
Returns the value of attribute dns_subdomain.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
866 867 868 |
# File 'sig/types.rbs', line 866 def arn @arn end |
#dns_subdomain ⇒ ::String
Returns the value of attribute dns_subdomain.
868 869 870 |
# File 'sig/types.rbs', line 868 def dns_subdomain @dns_subdomain end |
#id ⇒ ::String
Returns the value of attribute id.
867 868 869 |
# File 'sig/types.rbs', line 867 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
869 870 871 |
# File 'sig/types.rbs', line 869 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
870 871 872 |
# File 'sig/types.rbs', line 870 def status @status end |