Class: Aws::Types::SecondaryNetwork

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_cidr_block_associations::Array[Types::SecondaryNetworkIpv4CidrBlockAssociation]

Returns the value of attribute ipv_4_cidr_block_associations.



17205
17206
17207
# File 'sig/types.rbs', line 17205

def ipv_4_cidr_block_associations
  @ipv_4_cidr_block_associations
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17201
17202
17203
# File 'sig/types.rbs', line 17201

def owner_id
  @owner_id
end

#secondary_network_arn::String

Returns the value of attribute secondary_network_arn.

Returns:

  • (::String)


17200
17201
17202
# File 'sig/types.rbs', line 17200

def secondary_network_arn
  @secondary_network_arn
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


17199
17200
17201
# File 'sig/types.rbs', line 17199

def secondary_network_id
  @secondary_network_id
end

#state"create-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "delete-in-progress", "delete-complete", "delete-failed")


17203
17204
17205
# File 'sig/types.rbs', line 17203

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


17204
17205
17206
# File 'sig/types.rbs', line 17204

def state_reason
  @state_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17206
17207
17208
# File 'sig/types.rbs', line 17206

def tags
  @tags
end

#type"rdma"

Returns the value of attribute type.

Returns:

  • ("rdma")


17202
17203
17204
# File 'sig/types.rbs', line 17202

def type
  @type
end