Class: Aws::Types::AuthorizeVpcEndpointAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeVpcEndpointAccessRequest
- 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.
195 196 197 |
# File 'sig/types.rbs', line 195 def account @account end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
194 195 196 |
# File 'sig/types.rbs', line 194 def domain_name @domain_name end |
#service ⇒ "application.opensearchservice.amazonaws.com"
Returns the value of attribute service.
196 197 198 |
# File 'sig/types.rbs', line 196 def service @service end |
#service_options ⇒ Types::ServiceOptions
Returns the value of attribute service_options.
197 198 199 |
# File 'sig/types.rbs', line 197 def @service_options end |