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

#status"CREATING", ...

Returns the value of attribute status.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def topic_arn
  @topic_arn
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def topic_name
  @topic_name
end