Class: Aws::Types::DeleteProfileShareInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProfileShareInput
- 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.
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
574 575 576 |
# File 'sig/types.rbs', line 574 def client_request_token @client_request_token end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
573 574 575 |
# File 'sig/types.rbs', line 573 def profile_arn @profile_arn end |
#share_id ⇒ ::String
Returns the value of attribute share_id.
572 573 574 |
# File 'sig/types.rbs', line 572 def share_id @share_id end |