Class: Aws::Types::ExistingVersionedProfileSource
- Inherits:
-
Object
- Object
- Aws::Types::ExistingVersionedProfileSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def profile_id @profile_id end |
#version ⇒ ::Integer
Returns the value of attribute version.
241 242 243 |
# File 'sig/types.rbs', line 241 def version @version end |