Class: Aws::Types::ProvisionByoipCidrRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


15322
15323
15324
# File 'sig/types.rbs', line 15322

def cidr
  @cidr
end

#cidr_authorization_contextTypes::CidrAuthorizationContext

Returns the value of attribute cidr_authorization_context.



15323
15324
15325
# File 'sig/types.rbs', line 15323

def cidr_authorization_context
  @cidr_authorization_context
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


15325
15326
15327
# File 'sig/types.rbs', line 15325

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15326
15327
15328
# File 'sig/types.rbs', line 15326

def dry_run
  @dry_run
end

#multi_regionBoolean

Returns the value of attribute multi_region.

Returns:

  • (Boolean)


15328
15329
15330
# File 'sig/types.rbs', line 15328

def multi_region
  @multi_region
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


15329
15330
15331
# File 'sig/types.rbs', line 15329

def network_border_group
  @network_border_group
end

#pool_tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute pool_tag_specifications.

Returns:



15327
15328
15329
# File 'sig/types.rbs', line 15327

def pool_tag_specifications
  @pool_tag_specifications
end

#publicly_advertisableBoolean

Returns the value of attribute publicly_advertisable.

Returns:

  • (Boolean)


15324
15325
15326
# File 'sig/types.rbs', line 15324

def publicly_advertisable
  @publicly_advertisable
end