Class: Aws::Types::RevokeVpcEndpointAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeVpcEndpointAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#service ⇒ "application.opensearchservice.amazonaws.com"
Returns the value of attribute service.
-
#service_options ⇒ Types::ServiceOptions
Returns the value of attribute service_options.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def account @account end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def domain_name @domain_name end |
#service ⇒ "application.opensearchservice.amazonaws.com"
Returns the value of attribute service.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def service @service end |
#service_options ⇒ Types::ServiceOptions
Returns the value of attribute service_options.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def @service_options end |