Class: Aws::Types::UpdateEndpointAccessRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def endpoint_name
  @endpoint_name
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


1034
1035
1036
# File 'sig/types.rbs', line 1034

def vpc_security_group_ids
  @vpc_security_group_ids
end