Class: Aws::Types::CollectionGroupDetail

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)


158
159
160
# File 'sig/types.rbs', line 158

def arn
  @arn
end

#capacity_limits ⇒ Types::CollectionGroupCapacityLimits

Returns the value of attribute capacity_limits.



164
165
166
# File 'sig/types.rbs', line 164

def capacity_limits
  @capacity_limits
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


163
164
165
# File 'sig/types.rbs', line 163

def created_date
  @created_date
end

#current_capacity ⇒ Types::CurrentCapacity

Returns the value of attribute current_capacity.



165
166
167
# File 'sig/types.rbs', line 165

def current_capacity
  @current_capacity
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def description
  @description
end

#generation ⇒ "CLASSIC", "NEXTGEN"

Returns the value of attribute generation.

Returns:

  • ("CLASSIC", "NEXTGEN")


167
168
169
# File 'sig/types.rbs', line 167

def generation
  @generation
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def name
  @name
end

#number_of_collections ⇒ ::Integer

Returns the value of attribute number_of_collections.

Returns:

  • (::Integer)


166
167
168
# File 'sig/types.rbs', line 166

def number_of_collections
  @number_of_collections
end

#standby_replicas ⇒ "ENABLED", "DISABLED"

Returns the value of attribute standby_replicas.

Returns:

  • ("ENABLED", "DISABLED")


160
161
162
# File 'sig/types.rbs', line 160

def standby_replicas
  @standby_replicas
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def tags
  @tags
end