Class: Aws::Types::UpdateTopicV2Response

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12774
12775
12776
# File 'sig/types.rbs', line 12774

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12776
12777
12778
# File 'sig/types.rbs', line 12776

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12777
12778
12779
# File 'sig/types.rbs', line 12777

def status
  @status
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


12775
12776
12777
# File 'sig/types.rbs', line 12775

def topic_id
  @topic_id
end