Class: Aws::Types::Ipam

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_resource_discovery_association_id::String

Returns the value of attribute default_resource_discovery_association_id.

Returns:

  • (::String)


12440
12441
12442
# File 'sig/types.rbs', line 12440

def default_resource_discovery_association_id
  @default_resource_discovery_association_id
end

#default_resource_discovery_id::String

Returns the value of attribute default_resource_discovery_id.

Returns:

  • (::String)


12439
12440
12441
# File 'sig/types.rbs', line 12439

def default_resource_discovery_id
  @default_resource_discovery_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12435
12436
12437
# File 'sig/types.rbs', line 12435

def description
  @description
end

#enable_private_guaBoolean

Returns the value of attribute enable_private_gua.

Returns:

  • (Boolean)


12444
12445
12446
# File 'sig/types.rbs', line 12444

def enable_private_gua
  @enable_private_gua
end

#ipam_arn::String

Returns the value of attribute ipam_arn.

Returns:

  • (::String)


12430
12431
12432
# File 'sig/types.rbs', line 12430

def ipam_arn
  @ipam_arn
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


12429
12430
12431
# File 'sig/types.rbs', line 12429

def ipam_id
  @ipam_id
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


12431
12432
12433
# File 'sig/types.rbs', line 12431

def ipam_region
  @ipam_region
end

#metered_account"ipam-owner", "resource-owner"

Returns the value of attribute metered_account.

Returns:

  • ("ipam-owner", "resource-owner")


12445
12446
12447
# File 'sig/types.rbs', line 12445

def 
  @metered_account
end

#operating_regions::Array[Types::IpamOperatingRegion]

Returns the value of attribute operating_regions.

Returns:



12436
12437
12438
# File 'sig/types.rbs', line 12436

def operating_regions
  @operating_regions
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12428
12429
12430
# File 'sig/types.rbs', line 12428

def owner_id
  @owner_id
end

#private_default_scope_id::String

Returns the value of attribute private_default_scope_id.

Returns:

  • (::String)


12433
12434
12435
# File 'sig/types.rbs', line 12433

def private_default_scope_id
  @private_default_scope_id
end

#public_default_scope_id::String

Returns the value of attribute public_default_scope_id.

Returns:

  • (::String)


12432
12433
12434
# File 'sig/types.rbs', line 12432

def public_default_scope_id
  @public_default_scope_id
end

#resource_discovery_association_count::Integer

Returns the value of attribute resource_discovery_association_count.

Returns:

  • (::Integer)


12441
12442
12443
# File 'sig/types.rbs', line 12441

def resource_discovery_association_count
  @resource_discovery_association_count
end

#scope_count::Integer

Returns the value of attribute scope_count.

Returns:

  • (::Integer)


12434
12435
12436
# File 'sig/types.rbs', line 12434

def scope_count
  @scope_count
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")


12437
12438
12439
# File 'sig/types.rbs', line 12437

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


12442
12443
12444
# File 'sig/types.rbs', line 12442

def state_message
  @state_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12438
12439
12440
# File 'sig/types.rbs', line 12438

def tags
  @tags
end

#tier"free", "advanced"

Returns the value of attribute tier.

Returns:

  • ("free", "advanced")


12443
12444
12445
# File 'sig/types.rbs', line 12443

def tier
  @tier
end