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)


13230
13231
13232
# File 'sig/types.rbs', line 13230

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13232
13233
13234
# File 'sig/types.rbs', line 13232

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


13233
13234
13235
# File 'sig/types.rbs', line 13233

def status
  @status
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


13231
13232
13233
# File 'sig/types.rbs', line 13231

def topic_id
  @topic_id
end