Class: Aws::Types::IpamDiscoveredPublicAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


12483
12484
12485
# File 'sig/types.rbs', line 12483

def address
  @address
end

#address_allocation_id::String

Returns the value of attribute address_allocation_id.

Returns:

  • (::String)


12485
12486
12487
# File 'sig/types.rbs', line 12485

def address_allocation_id
  @address_allocation_id
end

#address_owner_id::String

Returns the value of attribute address_owner_id.

Returns:

  • (::String)


12484
12485
12486
# File 'sig/types.rbs', line 12484

def address_owner_id
  @address_owner_id
end

#address_region::String

Returns the value of attribute address_region.

Returns:

  • (::String)


12482
12483
12484
# File 'sig/types.rbs', line 12482

def address_region
  @address_region
end

#address_type"service-managed-ip", ...

Returns the value of attribute address_type.

Returns:

  • ("service-managed-ip", "service-managed-byoip", "amazon-owned-eip", "amazon-owned-contig", "byoip", "ec2-public-ip", "anycast-ip-list-ip")


12487
12488
12489
# File 'sig/types.rbs', line 12487

def address_type
  @address_type
end

#association_status"associated", "disassociated"

Returns the value of attribute association_status.

Returns:

  • ("associated", "disassociated")


12486
12487
12488
# File 'sig/types.rbs', line 12486

def association_status
  @association_status
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


12495
12496
12497
# File 'sig/types.rbs', line 12495

def instance_id
  @instance_id
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


12481
12482
12483
# File 'sig/types.rbs', line 12481

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


12497
12498
12499
# File 'sig/types.rbs', line 12497

def network_border_group
  @network_border_group
end

#network_interface_description::String

Returns the value of attribute network_interface_description.

Returns:

  • (::String)


12494
12495
12496
# File 'sig/types.rbs', line 12494

def network_interface_description
  @network_interface_description
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


12493
12494
12495
# File 'sig/types.rbs', line 12493

def network_interface_id
  @network_interface_id
end

#public_ipv_4_pool_id::String

Returns the value of attribute public_ipv_4_pool_id.

Returns:

  • (::String)


12492
12493
12494
# File 'sig/types.rbs', line 12492

def public_ipv_4_pool_id
  @public_ipv_4_pool_id
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


12499
12500
12501
# File 'sig/types.rbs', line 12499

def sample_time
  @sample_time
end

#security_groups::Array[Types::IpamPublicAddressSecurityGroup]

Returns the value of attribute security_groups.



12498
12499
12500
# File 'sig/types.rbs', line 12498

def security_groups
  @security_groups
end

#service"nat-gateway", ...

Returns the value of attribute service.

Returns:

  • ("nat-gateway", "database-migration-service", "redshift", "elastic-container-service", "relational-database-service", "site-to-site-vpn", "load-balancer", "global-accelerator", "cloudfront", "other")


12488
12489
12490
# File 'sig/types.rbs', line 12488

def service
  @service
end

#service_resource::String

Returns the value of attribute service_resource.

Returns:

  • (::String)


12489
12490
12491
# File 'sig/types.rbs', line 12489

def service_resource
  @service_resource
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


12491
12492
12493
# File 'sig/types.rbs', line 12491

def subnet_id
  @subnet_id
end

#tagsTypes::IpamPublicAddressTags

Returns the value of attribute tags.



12496
12497
12498
# File 'sig/types.rbs', line 12496

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12490
12491
12492
# File 'sig/types.rbs', line 12490

def vpc_id
  @vpc_id
end