Class: Aws::SocialMessaging::Types::ListTagsForResourceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status_codeInteger

The status code of the response.

Returns:

  • (Integer)


483
484
485
486
487
488
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 483

class ListTagsForResourceOutput < Struct.new(
  :status_code,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



483
484
485
486
487
488
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 483

class ListTagsForResourceOutput < Struct.new(
  :status_code,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end