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])


14683
14684
14685
# File 'sig/types.rbs', line 14683

def add_allowed_principals
  @add_allowed_principals
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14681
14682
14683
# File 'sig/types.rbs', line 14681

def dry_run
  @dry_run
end

#remove_allowed_principals::Array[::String]

Returns the value of attribute remove_allowed_principals.

Returns:

  • (::Array[::String])


14684
14685
14686
# File 'sig/types.rbs', line 14684

def remove_allowed_principals
  @remove_allowed_principals
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


14682
14683
14684
# File 'sig/types.rbs', line 14682

def service_id
  @service_id
end