Class: Aws::Types::DeleteTopicV2Response

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)


4175
4176
4177
# File 'sig/types.rbs', line 4175

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4177
4178
4179
# File 'sig/types.rbs', line 4177

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4178
4179
4180
# File 'sig/types.rbs', line 4178

def status
  @status
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


4176
4177
4178
# File 'sig/types.rbs', line 4176

def topic_id
  @topic_id
end