Class: Aws::PrivateNetworks::Types::GetOrderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::GetOrderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#order ⇒ Types::Order
Information about the order.
-
#tags ⇒ Hash<String,String>
The order tags.
Instance Attribute Details
#order ⇒ Types::Order
Information about the order.
774 775 776 777 778 779 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 774 class GetOrderResponse < Struct.new( :order, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The order tags.
774 775 776 777 778 779 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 774 class GetOrderResponse < Struct.new( :order, :tags) SENSITIVE = [:tags] include Aws::Structure end |