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")


12528
12529
12530
# File 'sig/types.rbs', line 12528

def advertisement_type
  @advertisement_type
end

#asn::String

Returns the value of attribute asn.

Returns:

  • (::String)


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

def asn
  @asn
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


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

def cidr
  @cidr
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12531
12532
12533
# File 'sig/types.rbs', line 12531

def ipam_pool_id
  @ipam_pool_id
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


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

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


12529
12530
12531
# File 'sig/types.rbs', line 12529

def network_border_group
  @network_border_group
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


12530
12531
12532
# File 'sig/types.rbs', line 12530

def pool_id
  @pool_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


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

def resource_owner_id
  @resource_owner_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


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

def resource_region
  @resource_region
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


12532
12533
12534
# File 'sig/types.rbs', line 12532

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")


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

def state
  @state
end