Class: Aws::Types::CollectionSummary

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)


194
195
196
# File 'sig/types.rbs', line 194

def arn
  @arn
end

#collection_group_name ⇒ ::String

Returns the value of attribute collection_group_name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def collection_group_name
  @collection_group_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def id
  @id
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def kms_key_arn
  @kms_key_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "FAILED", "UPDATE_FAILED")


193
194
195
# File 'sig/types.rbs', line 193

def status
  @status
end