Class: Aws::Types::CreateProfileShareOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProfileShareOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
Instance Attribute Details
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
441 442 443 |
# File 'sig/types.rbs', line 441 def profile_arn @profile_arn end |
#share_id ⇒ ::String
Returns the value of attribute share_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def share_id @share_id end |