Class: Aws::Types::UpdateTopicPermissionsResponse

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:



13163
13164
13165
# File 'sig/types.rbs', line 13163

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13165
13166
13167
# File 'sig/types.rbs', line 13165

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


13164
13165
13166
# File 'sig/types.rbs', line 13164

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


13162
13163
13164
# File 'sig/types.rbs', line 13162

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


13161
13162
13163
# File 'sig/types.rbs', line 13161

def topic_id
  @topic_id
end