Method: Aws::Redshift::Types::DescribeReservedNodeOfferingsMessage#reserved_node_offering_id
- Defined in:
- lib/aws-sdk-redshift/types.rb
#reserved_node_offering_id ⇒ String
The unique identifier for the offering.
5587 5588 5589 5590 5591 5592 5593 |
# File 'lib/aws-sdk-redshift/types.rb', line 5587 class DescribeReservedNodeOfferingsMessage < Struct.new( :reserved_node_offering_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |