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.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def domain_arn @domain_arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def domain_id @domain_id end |
#url ⇒ ::String
Returns the value of attribute url.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def url @url end |