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.
863 864 865 |
# File 'sig/types.rbs', line 863 def arn @arn end |
#dns_subdomain ⇒ ::String
Returns the value of attribute dns_subdomain.
865 866 867 |
# File 'sig/types.rbs', line 865 def dns_subdomain @dns_subdomain end |
#id ⇒ ::String
Returns the value of attribute id.
864 865 866 |
# File 'sig/types.rbs', line 864 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
866 867 868 |
# File 'sig/types.rbs', line 866 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
867 868 869 |
# File 'sig/types.rbs', line 867 def status @status end |