Class: Aws::Types::AdvertiseByoipCidrRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asn::String

Returns the value of attribute asn.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def asn
  @asn
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def cidr
  @cidr
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


291
292
293
# File 'sig/types.rbs', line 291

def dry_run
  @dry_run
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def network_border_group
  @network_border_group
end