Class: Aws::Types::UpdateCollectionGroupDetail

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)


877
878
879
# File 'sig/types.rbs', line 877

def arn
  @arn
end

#capacity_limits ⇒ Types::CollectionGroupCapacityLimits

Returns the value of attribute capacity_limits.



880
881
882
# File 'sig/types.rbs', line 880

def capacity_limits
  @capacity_limits
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


881
882
883
# File 'sig/types.rbs', line 881

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def description
  @description
end

#generation ⇒ "CLASSIC", "NEXTGEN"

Returns the value of attribute generation.

Returns:

  • ("CLASSIC", "NEXTGEN")


883
884
885
# File 'sig/types.rbs', line 883

def generation
  @generation
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def id
  @id
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


882
883
884
# File 'sig/types.rbs', line 882

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def name
  @name
end