Class: Aws::Types::StartVpcEndpointServicePrivateDnsVerificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartVpcEndpointServicePrivateDnsVerificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17788 17789 17790 |
# File 'sig/types.rbs', line 17788 def dry_run @dry_run end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
17789 17790 17791 |
# File 'sig/types.rbs', line 17789 def service_id @service_id end |