Class: Aws::Types::DescribeNetworkSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5158
5159
5160
# File 'sig/types.rbs', line 5158

def arn
  @arn
end

#associated_cluster_ids::Array[::String]

Returns the value of attribute associated_cluster_ids.

Returns:

  • (::Array[::String])


5159
5160
5161
# File 'sig/types.rbs', line 5159

def associated_cluster_ids
  @associated_cluster_ids
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5160
5161
5162
# File 'sig/types.rbs', line 5160

def id
  @id
end

#ip_pools::Array[Types::IpPool]

Returns the value of attribute ip_pools.

Returns:



5161
5162
5163
# File 'sig/types.rbs', line 5161

def ip_pools
  @ip_pools
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5162
5163
5164
# File 'sig/types.rbs', line 5162

def name
  @name
end

#routes::Array[Types::Route]

Returns the value of attribute routes.

Returns:



5163
5164
5165
# File 'sig/types.rbs', line 5163

def routes
  @routes
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "DELETING", "IDLE", "IN_USE", "UPDATING", "DELETE_FAILED", "DELETED")


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

def state
  @state
end