Class: Aws::Types::UpdateTopicPermissionsV2Response

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:



12724
12725
12726
# File 'sig/types.rbs', line 12724

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12726
12727
12728
# File 'sig/types.rbs', line 12726

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12725
12726
12727
# File 'sig/types.rbs', line 12725

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


12723
12724
12725
# File 'sig/types.rbs', line 12723

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


12722
12723
12724
# File 'sig/types.rbs', line 12722

def topic_id
  @topic_id
end