Class: Aws::Outposts::Types::CreatePrivateConnectivityConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CreatePrivateConnectivityConfigOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost_id ⇒ String
The ID of the Outpost.
-
#private_connectivity_config ⇒ Types::PrivateConnectivityConfig
The private connectivity configuration for the Outpost.
Instance Attribute Details
#outpost_id ⇒ String
The ID of the Outpost.
643 644 645 646 647 648 |
# File 'lib/aws-sdk-outposts/types.rb', line 643 class CreatePrivateConnectivityConfigOutput < Struct.new( :private_connectivity_config, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#private_connectivity_config ⇒ Types::PrivateConnectivityConfig
The private connectivity configuration for the Outpost.
643 644 645 646 647 648 |
# File 'lib/aws-sdk-outposts/types.rb', line 643 class CreatePrivateConnectivityConfigOutput < Struct.new( :private_connectivity_config, :outpost_id) SENSITIVE = [] include Aws::Structure end |