Class: Aws::Types::AuthorizeVpcEndpointAccessRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def 
  @account
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


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.

Returns:

  • ("application.opensearchservice.amazonaws.com")


196
197
198
# File 'sig/types.rbs', line 196

def service
  @service
end

#service_optionsTypes::ServiceOptions

Returns the value of attribute service_options.



197
198
199
# File 'sig/types.rbs', line 197

def service_options
  @service_options
end