Class: Aws::PrivateNetworks::Types::GetOrderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::GetOrderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#order_arn ⇒ String
The Amazon Resource Name (ARN) of the order.
Instance Attribute Details
#order_arn ⇒ String
The Amazon Resource Name (ARN) of the order.
758 759 760 761 762 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 758 class GetOrderRequest < Struct.new( :order_arn) SENSITIVE = [] include Aws::Structure end |