Class: Aws::Types::TopicInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#out_of_sync_replica_count::Integer

Returns the value of attribute out_of_sync_replica_count.

Returns:

  • (::Integer)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def out_of_sync_replica_count
  @out_of_sync_replica_count
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def partition_count
  @partition_count
end

#replication_factor::Integer

Returns the value of attribute replication_factor.

Returns:

  • (::Integer)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def replication_factor
  @replication_factor
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def topic_arn
  @topic_arn
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def topic_name
  @topic_name
end