Class: Aws::Types::UpdateThemePermissionsRequest

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)


12660
12661
12662
# File 'sig/types.rbs', line 12660

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12662
12663
12664
# File 'sig/types.rbs', line 12662

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12663
12664
12665
# File 'sig/types.rbs', line 12663

def revoke_permissions
  @revoke_permissions
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


12661
12662
12663
# File 'sig/types.rbs', line 12661

def theme_id
  @theme_id
end