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)


13116
13117
13118
# File 'sig/types.rbs', line 13116

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



13118
13119
13120
# File 'sig/types.rbs', line 13118

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



13119
13120
13121
# File 'sig/types.rbs', line 13119

def revoke_permissions
  @revoke_permissions
end

#theme_id::String

Returns the value of attribute theme_id.

Returns:

  • (::String)


13117
13118
13119
# File 'sig/types.rbs', line 13117

def theme_id
  @theme_id
end