Class: Aws::Types::ModifyEndpointAccessMessage

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)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def endpoint_name
  @endpoint_name
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


2101
2102
2103
# File 'sig/types.rbs', line 2101

def vpc_security_group_ids
  @vpc_security_group_ids
end