Class: Aws::Types::IpamResourceDiscoveryAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_arn::String

Returns the value of attribute ipam_arn.

Returns:

  • (::String)


12301
12302
12303
# File 'sig/types.rbs', line 12301

def ipam_arn
  @ipam_arn
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


12300
12301
12302
# File 'sig/types.rbs', line 12300

def ipam_id
  @ipam_id
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


12302
12303
12304
# File 'sig/types.rbs', line 12302

def ipam_region
  @ipam_region
end

#ipam_resource_discovery_association_arn::String

Returns the value of attribute ipam_resource_discovery_association_arn.

Returns:

  • (::String)


12298
12299
12300
# File 'sig/types.rbs', line 12298

def ipam_resource_discovery_association_arn
  @ipam_resource_discovery_association_arn
end

#ipam_resource_discovery_association_id::String

Returns the value of attribute ipam_resource_discovery_association_id.

Returns:

  • (::String)


12297
12298
12299
# File 'sig/types.rbs', line 12297

def ipam_resource_discovery_association_id
  @ipam_resource_discovery_association_id
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


12299
12300
12301
# File 'sig/types.rbs', line 12299

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


12303
12304
12305
# File 'sig/types.rbs', line 12303

def is_default
  @is_default
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12296
12297
12298
# File 'sig/types.rbs', line 12296

def owner_id
  @owner_id
end

#resource_discovery_status"active", "not-found"

Returns the value of attribute resource_discovery_status.

Returns:

  • ("active", "not-found")


12304
12305
12306
# File 'sig/types.rbs', line 12304

def resource_discovery_status
  @resource_discovery_status
end

#state"associate-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("associate-in-progress", "associate-complete", "associate-failed", "disassociate-in-progress", "disassociate-complete", "disassociate-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress")


12305
12306
12307
# File 'sig/types.rbs', line 12305

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12306
12307
12308
# File 'sig/types.rbs', line 12306

def tags
  @tags
end