Class: Aws::Types::CollectionGroupSummary

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)


181
182
183
# File 'sig/types.rbs', line 181

def arn
  @arn
end

#capacity_limits ⇒ Types::CollectionGroupCapacityLimits

Returns the value of attribute capacity_limits.



185
186
187
# File 'sig/types.rbs', line 185

def capacity_limits
  @capacity_limits
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


184
185
186
# File 'sig/types.rbs', line 184

def created_date
  @created_date
end

#generation ⇒ "CLASSIC", "NEXTGEN"

Returns the value of attribute generation.

Returns:

  • ("CLASSIC", "NEXTGEN")


186
187
188
# File 'sig/types.rbs', line 186

def generation
  @generation
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def name
  @name
end

#number_of_collections ⇒ ::Integer

Returns the value of attribute number_of_collections.

Returns:

  • (::Integer)


183
184
185
# File 'sig/types.rbs', line 183

def number_of_collections
  @number_of_collections
end