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.
17491 17492 17493 |
# File 'sig/types.rbs', line 17491 def dry_run @dry_run end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
17492 17493 17494 |
# File 'sig/types.rbs', line 17492 def service_id @service_id end |