Class: Aws::Types::DescribeTopicResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configs::String

Returns the value of attribute configs.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def configs
  @configs
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


582
583
584
# File 'sig/types.rbs', line 582

def partition_count
  @partition_count
end

#replication_factor::Integer

Returns the value of attribute replication_factor.

Returns:

  • (::Integer)


581
582
583
# File 'sig/types.rbs', line 581

def replication_factor
  @replication_factor
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE")


584
585
586
# File 'sig/types.rbs', line 584

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def topic_arn
  @topic_arn
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def topic_name
  @topic_name
end