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:



5125
5126
5127
# File 'sig/types.rbs', line 5125

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5127
5128
5129
# File 'sig/types.rbs', line 5127

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5126
5127
5128
# File 'sig/types.rbs', line 5126

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


5124
5125
5126
# File 'sig/types.rbs', line 5124

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5123
5124
5125
# File 'sig/types.rbs', line 5123

def topic_id
  @topic_id
end