Class: Aws::Types::CreateTopicResponse

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)


2741
2742
2743
# File 'sig/types.rbs', line 2741

def arn
  @arn
end

#refresh_arn::String

Returns the value of attribute refresh_arn.

Returns:

  • (::String)


2743
2744
2745
# File 'sig/types.rbs', line 2743

def refresh_arn
  @refresh_arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2744
2745
2746
# File 'sig/types.rbs', line 2744

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2745
2746
2747
# File 'sig/types.rbs', line 2745

def status
  @status
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2742
2743
2744
# File 'sig/types.rbs', line 2742

def topic_id
  @topic_id
end