Class: Aws::Types::IpamDiscoveredRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute advertisement_type.

Returns:

  • ("regional", "global")


12522
12523
12524
# File 'sig/types.rbs', line 12522

def advertisement_type
  @advertisement_type
end

#asn::String

Returns the value of attribute asn.

Returns:

  • (::String)


12520
12521
12522
# File 'sig/types.rbs', line 12520

def asn
  @asn
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


12519
12520
12521
# File 'sig/types.rbs', line 12519

def cidr
  @cidr
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12525
12526
12527
# File 'sig/types.rbs', line 12525

def ipam_pool_id
  @ipam_pool_id
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


12516
12517
12518
# File 'sig/types.rbs', line 12516

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


12523
12524
12525
# File 'sig/types.rbs', line 12523

def network_border_group
  @network_border_group
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


12524
12525
12526
# File 'sig/types.rbs', line 12524

def pool_id
  @pool_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


12518
12519
12520
# File 'sig/types.rbs', line 12518

def resource_owner_id
  @resource_owner_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12517
12518
12519
# File 'sig/types.rbs', line 12517

def resource_region
  @resource_region
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


12526
12527
12528
# File 'sig/types.rbs', line 12526

def sample_time
  @sample_time
end

#state"advertised", ...

Returns the value of attribute state.

Returns:

  • ("advertised", "deprovisioned", "failed-deprovision", "failed-provision", "pending-advertising", "pending-deprovision", "pending-provision", "pending-withdrawal", "provisioned", "provisioned-not-publicly-advertisable")


12521
12522
12523
# File 'sig/types.rbs', line 12521

def state
  @state
end