Class: Aws::Types::Ipv6Pool

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12366
12367
12368
# File 'sig/types.rbs', line 12366

def description
  @description
end

#pool_cidr_blocks::Array[Types::PoolCidrBlock]

Returns the value of attribute pool_cidr_blocks.

Returns:



12367
12368
12369
# File 'sig/types.rbs', line 12367

def pool_cidr_blocks
  @pool_cidr_blocks
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


12365
12366
12367
# File 'sig/types.rbs', line 12365

def pool_id
  @pool_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12368
12369
12370
# File 'sig/types.rbs', line 12368

def tags
  @tags
end