Class: Aws::Types::CreateTopicV2Response

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)


2639
2640
2641
# File 'sig/types.rbs', line 2639

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2641
2642
2643
# File 'sig/types.rbs', line 2641

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2642
2643
2644
# File 'sig/types.rbs', line 2642

def status
  @status
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2640
2641
2642
# File 'sig/types.rbs', line 2640

def topic_id
  @topic_id
end