Class: Aws::Types::IpamResourceDiscovery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12286
12287
12288
# File 'sig/types.rbs', line 12286

def description
  @description
end

#ipam_resource_discovery_arn::String

Returns the value of attribute ipam_resource_discovery_arn.

Returns:

  • (::String)


12284
12285
12286
# File 'sig/types.rbs', line 12284

def ipam_resource_discovery_arn
  @ipam_resource_discovery_arn
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


12283
12284
12285
# File 'sig/types.rbs', line 12283

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#ipam_resource_discovery_region::String

Returns the value of attribute ipam_resource_discovery_region.

Returns:

  • (::String)


12285
12286
12287
# File 'sig/types.rbs', line 12285

def ipam_resource_discovery_region
  @ipam_resource_discovery_region
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


12288
12289
12290
# File 'sig/types.rbs', line 12288

def is_default
  @is_default
end

#operating_regions::Array[Types::IpamOperatingRegion]

Returns the value of attribute operating_regions.

Returns:



12287
12288
12289
# File 'sig/types.rbs', line 12287

def operating_regions
  @operating_regions
end

#organizational_unit_exclusions::Array[Types::IpamOrganizationalUnitExclusion]

Returns the value of attribute organizational_unit_exclusions.



12291
12292
12293
# File 'sig/types.rbs', line 12291

def organizational_unit_exclusions
  @organizational_unit_exclusions
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12282
12283
12284
# File 'sig/types.rbs', line 12282

def owner_id
  @owner_id
end

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

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress")


12289
12290
12291
# File 'sig/types.rbs', line 12289

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12290
12291
12292
# File 'sig/types.rbs', line 12290

def tags
  @tags
end