Class: Aws::Types::IpamDiscoveredResourceCidr

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


12022
12023
12024
# File 'sig/types.rbs', line 12022

def availability_zone_id
  @availability_zone_id
end

#ip_source"amazon", ...

Returns the value of attribute ip_source.

Returns:

  • ("amazon", "byoip", "none")


12014
12015
12016
# File 'sig/types.rbs', line 12014

def ip_source
  @ip_source
end

#ip_usage::Float

Returns the value of attribute ip_usage.

Returns:

  • (::Float)


12017
12018
12019
# File 'sig/types.rbs', line 12017

def ip_usage
  @ip_usage
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


12009
12010
12011
# File 'sig/types.rbs', line 12009

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#network_interface_attachment_status"available", "in-use"

Returns the value of attribute network_interface_attachment_status.

Returns:

  • ("available", "in-use")


12020
12021
12022
# File 'sig/types.rbs', line 12020

def network_interface_attachment_status
  @network_interface_attachment_status
end

#resource_cidr::String

Returns the value of attribute resource_cidr.

Returns:

  • (::String)


12013
12014
12015
# File 'sig/types.rbs', line 12013

def resource_cidr
  @resource_cidr
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12011
12012
12013
# File 'sig/types.rbs', line 12011

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


12012
12013
12014
# File 'sig/types.rbs', line 12012

def resource_owner_id
  @resource_owner_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12010
12011
12012
# File 'sig/types.rbs', line 12010

def resource_region
  @resource_region
end

#resource_tags::Array[Types::IpamResourceTag]

Returns the value of attribute resource_tags.

Returns:



12016
12017
12018
# File 'sig/types.rbs', line 12016

def resource_tags
  @resource_tags
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "subnet", "eip", "public-ipv4-pool", "ipv6-pool", "eni", "anycast-ip-list")


12015
12016
12017
# File 'sig/types.rbs', line 12015

def resource_type
  @resource_type
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


12021
12022
12023
# File 'sig/types.rbs', line 12021

def sample_time
  @sample_time
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


12019
12020
12021
# File 'sig/types.rbs', line 12019

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12018
12019
12020
# File 'sig/types.rbs', line 12018

def vpc_id
  @vpc_id
end