Class: Aws::Types::UpdateTemplatePermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12607
12608
12609
# File 'sig/types.rbs', line 12607

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12609
12610
12611
# File 'sig/types.rbs', line 12609

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12610
12611
12612
# File 'sig/types.rbs', line 12610

def revoke_permissions
  @revoke_permissions
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


12608
12609
12610
# File 'sig/types.rbs', line 12608

def template_id
  @template_id
end