Class: Aws::Types::ExistingVersionedProfileSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def profile_id
  @profile_id
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


241
242
243
# File 'sig/types.rbs', line 241

def version
  @version
end