Class: Aws::PrivateNetworks::Types::Network

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The creation time of the network.

Returns:

  • (Time)


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

#descriptionString

The description of the network.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the network.

Returns:

  • (String)


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_nameString

The name of the network.

Returns:

  • (String)


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

#statusString

The status of the network.

Returns:

  • (String)


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_reasonString

The status reason of the network.

Returns:

  • (String)


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