Class: Aws::Types::UpdateTopicPermissionsV2Request

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)


13170
13171
13172
# File 'sig/types.rbs', line 13170

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



13172
13173
13174
# File 'sig/types.rbs', line 13172

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



13173
13174
13175
# File 'sig/types.rbs', line 13173

def revoke_permissions
  @revoke_permissions
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


13171
13172
13173
# File 'sig/types.rbs', line 13171

def topic_id
  @topic_id
end