Class: Aws::Types::CreateDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def domain_arn @domain_arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def domain_id @domain_id end |
#url ⇒ ::String
Returns the value of attribute url.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def url @url end |