Class: Aws::Types::ModifyVpcEndpointServicePermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_allowed_principals::Array[::String]

Returns the value of attribute add_allowed_principals.

Returns:

  • (::Array[::String])


14386
14387
14388
# File 'sig/types.rbs', line 14386

def add_allowed_principals
  @add_allowed_principals
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14384
14385
14386
# File 'sig/types.rbs', line 14384

def dry_run
  @dry_run
end

#remove_allowed_principals::Array[::String]

Returns the value of attribute remove_allowed_principals.

Returns:

  • (::Array[::String])


14387
14388
14389
# File 'sig/types.rbs', line 14387

def remove_allowed_principals
  @remove_allowed_principals
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14385
14386
14387
# File 'sig/types.rbs', line 14385

def service_id
  @service_id
end