Class: Aws::Types::UpdateVpcEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_security_group_ids ⇒ ::Array[::String]

Returns the value of attribute add_security_group_ids.

Returns:

  • (::Array[::String])


990
991
992
# File 'sig/types.rbs', line 990

def add_security_group_ids
  @add_security_group_ids
end

#add_subnet_ids ⇒ ::Array[::String]

Returns the value of attribute add_subnet_ids.

Returns:

  • (::Array[::String])


988
989
990
# File 'sig/types.rbs', line 988

def add_subnet_ids
  @add_subnet_ids
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def client_token
  @client_token
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def id
  @id
end

#remove_security_group_ids ⇒ ::Array[::String]

Returns the value of attribute remove_security_group_ids.

Returns:

  • (::Array[::String])


991
992
993
# File 'sig/types.rbs', line 991

def remove_security_group_ids
  @remove_security_group_ids
end

#remove_subnet_ids ⇒ ::Array[::String]

Returns the value of attribute remove_subnet_ids.

Returns:

  • (::Array[::String])


989
990
991
# File 'sig/types.rbs', line 989

def remove_subnet_ids
  @remove_subnet_ids
end