Class: Aws::Types::CreateProfileShareInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProfileShareInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
435 436 437 |
# File 'sig/types.rbs', line 435 def client_request_token @client_request_token end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
433 434 435 |
# File 'sig/types.rbs', line 433 def profile_arn @profile_arn end |
#shared_with ⇒ ::String
Returns the value of attribute shared_with.
434 435 436 |
# File 'sig/types.rbs', line 434 def shared_with @shared_with end |