Class: Aws::Types::RevokeVpcEndpointAccessRequest

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)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def 
  @account
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


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.

Returns:

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


2132
2133
2134
# File 'sig/types.rbs', line 2132

def service
  @service
end

#service_optionsTypes::ServiceOptions

Returns the value of attribute service_options.



2133
2134
2135
# File 'sig/types.rbs', line 2133

def service_options
  @service_options
end