Class: Aws::Types::DescribeNetworkSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



5165
5166
5167
# File 'sig/types.rbs', line 5165

def arn
  @arn
end

#associated_cluster_ids::Array[::String]

Returns the value of attribute associated_cluster_ids.



5166
5167
5168
# File 'sig/types.rbs', line 5166

def associated_cluster_ids
  @associated_cluster_ids
end

#id::String

Returns the value of attribute id.



5167
5168
5169
# File 'sig/types.rbs', line 5167

def id
  @id
end

#ip_pools::Array[Types::IpPool]

Returns the value of attribute ip_pools.



5168
5169
5170
# File 'sig/types.rbs', line 5168

def ip_pools
  @ip_pools
end

#name::String

Returns the value of attribute name.



5169
5170
5171
# File 'sig/types.rbs', line 5169

def name
  @name
end

#routes::Array[Types::Route]

Returns the value of attribute routes.



5170
5171
5172
# File 'sig/types.rbs', line 5170

def routes
  @routes
end

#state"CREATING", ...

Returns the value of attribute state.



5171
5172
5173
# File 'sig/types.rbs', line 5171

def state
  @state
end