Class: Aws::Types::SavedObjectIdentifier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def id
  @id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def type
  @type
end