Class: Aws::Types::DescribeTopicPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



5358
5359
5360
# File 'sig/types.rbs', line 5358

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5360
5361
5362
# File 'sig/types.rbs', line 5360

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5359
5360
5361
# File 'sig/types.rbs', line 5359

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


5357
5358
5359
# File 'sig/types.rbs', line 5357

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5356
5357
5358
# File 'sig/types.rbs', line 5356

def topic_id
  @topic_id
end