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)


590
591
592
# File 'sig/types.rbs', line 590

def configs
  @configs
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


589
590
591
# File 'sig/types.rbs', line 589

def partition_count
  @partition_count
end

#replication_factor::Integer

Returns the value of attribute replication_factor.

Returns:

  • (::Integer)


588
589
590
# File 'sig/types.rbs', line 588

def replication_factor
  @replication_factor
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


591
592
593
# File 'sig/types.rbs', line 591

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def topic_arn
  @topic_arn
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def topic_name
  @topic_name
end