Class: Aws::Types::CreateProfileOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProfileOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#profile_version ⇒ ::String
Returns the value of attribute profile_version.
Instance Attribute Details
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
427 428 429 |
# File 'sig/types.rbs', line 427 def profile_arn @profile_arn end |
#profile_version ⇒ ::String
Returns the value of attribute profile_version.
428 429 430 |
# File 'sig/types.rbs', line 428 def profile_version @profile_version end |