Class: Aws::Types::CreateCollectionGroupDetail

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)


238
239
240
# File 'sig/types.rbs', line 238

def arn
  @arn
end

#capacity_limits ⇒ Types::CollectionGroupCapacityLimits

Returns the value of attribute capacity_limits.



244
245
246
# File 'sig/types.rbs', line 244

def capacity_limits
  @capacity_limits
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


243
244
245
# File 'sig/types.rbs', line 243

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def description
  @description
end

#generation ⇒ "CLASSIC", "NEXTGEN"

Returns the value of attribute generation.

Returns:

  • ("CLASSIC", "NEXTGEN")


245
246
247
# File 'sig/types.rbs', line 245

def generation
  @generation
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def name
  @name
end

#standby_replicas ⇒ "ENABLED", "DISABLED"

Returns the value of attribute standby_replicas.

Returns:

  • ("ENABLED", "DISABLED")


240
241
242
# File 'sig/types.rbs', line 240

def standby_replicas
  @standby_replicas
end

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

Returns the value of attribute tags.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def tags
  @tags
end