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)


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

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def name
  @name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


170
171
172
# File 'sig/types.rbs', line 170

def version
  @version
end