Class: Aws::PrivateNetworks::Types::GetOrderResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-privatenetworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#orderTypes::Order

Information about the order.

Returns:



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

#tagsHash<String,String>

The order tags.

Returns:

  • (Hash<String,String>)


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