Class: Aws::Redshift::Types::RejectDataShareMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RejectDataShareMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Note:
When making an API call, you may pass RejectDataShareMessage data as a hash:
{
data_share_arn: "String", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare to reject.
Instance Attribute Details
#data_share_arn ⇒ String
The Amazon Resource Name (ARN) of the datashare to reject.
9564 9565 9566 9567 9568 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9564 class RejectDataShareMessage < Struct.new( :data_share_arn) SENSITIVE = [] include Aws::Structure end |