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)


12714
12715
12716
# File 'sig/types.rbs', line 12714

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12716
12717
12718
# File 'sig/types.rbs', line 12716

def grant_permissions
  @grant_permissions
end

#revoke_permissions::Array[Types::ResourcePermission]

Returns the value of attribute revoke_permissions.

Returns:



12717
12718
12719
# File 'sig/types.rbs', line 12717

def revoke_permissions
  @revoke_permissions
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


12715
12716
12717
# File 'sig/types.rbs', line 12715

def topic_id
  @topic_id
end