Class: Aws::PrivateNetworks::Types::Network
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::Network
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Information about a network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The creation time of the network.
-
#description ⇒ String
The description of the network.
-
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network.
-
#network_name ⇒ String
The name of the network.
-
#status ⇒ String
The status of the network.
-
#status_reason ⇒ String
The status reason of the network.
Instance Attribute Details
#created_at ⇒ Time
The creation time of the network.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1149 class Network < Struct.new( :created_at, :description, :network_arn, :network_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the network.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1149 class Network < Struct.new( :created_at, :description, :network_arn, :network_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1149 class Network < Struct.new( :created_at, :description, :network_arn, :network_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#network_name ⇒ String
The name of the network.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1149 class Network < Struct.new( :created_at, :description, :network_arn, :network_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the network.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1149 class Network < Struct.new( :created_at, :description, :network_arn, :network_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the network.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1149 class Network < Struct.new( :created_at, :description, :network_arn, :network_name, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |