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)


264
265
266
# File 'sig/types.rbs', line 264

def profile_id
  @profile_id
end

#version ⇒ ::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


265
266
267
# File 'sig/types.rbs', line 265

def version
  @version
end