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


15028
15029
15030
# File 'sig/types.rbs', line 15028

def add_allowed_principals
  @add_allowed_principals
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15026
15027
15028
# File 'sig/types.rbs', line 15026

def dry_run
  @dry_run
end

#remove_allowed_principals::Array[::String]

Returns the value of attribute remove_allowed_principals.

Returns:

  • (::Array[::String])


15029
15030
15031
# File 'sig/types.rbs', line 15029

def remove_allowed_principals
  @remove_allowed_principals
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


15027
15028
15029
# File 'sig/types.rbs', line 15027

def service_id
  @service_id
end