Class: Aws::Types::CreateShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal_subscriber ⇒ ::String
Returns the value of attribute principal_subscriber.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#share_name ⇒ ::String
Returns the value of attribute share_name.
Instance Attribute Details
#principal_subscriber ⇒ ::String
Returns the value of attribute principal_subscriber.
405 406 407 |
# File 'sig/types.rbs', line 405 def principal_subscriber @principal_subscriber end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
404 405 406 |
# File 'sig/types.rbs', line 404 def resource_arn @resource_arn end |
#share_name ⇒ ::String
Returns the value of attribute share_name.
406 407 408 |
# File 'sig/types.rbs', line 406 def share_name @share_name end |