Class: Aws::Types::StartDomainVerificationResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartDomainVerificationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "VERIFIED", ...
Returns the value of attribute status.
-
#txt_method_config ⇒ Types::TxtMethodConfig
Returns the value of attribute txt_method_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def arn @arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def id @id end |
#status ⇒ "VERIFIED", ...
Returns the value of attribute status.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def status @status end |
#txt_method_config ⇒ Types::TxtMethodConfig
Returns the value of attribute txt_method_config.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def txt_method_config @txt_method_config end |