Class: Aws::Types::ModifyIpamRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_operating_regions::Array[Types::AddIpamOperatingRegion]

Returns the value of attribute add_operating_regions.

Returns:



13957
13958
13959
# File 'sig/types.rbs', line 13957

def add_operating_regions
  @add_operating_regions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


13956
13957
13958
# File 'sig/types.rbs', line 13956

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13954
13955
13956
# File 'sig/types.rbs', line 13954

def dry_run
  @dry_run
end

#enable_private_guaBoolean

Returns the value of attribute enable_private_gua.

Returns:

  • (Boolean)


13960
13961
13962
# File 'sig/types.rbs', line 13960

def enable_private_gua
  @enable_private_gua
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


13955
13956
13957
# File 'sig/types.rbs', line 13955

def ipam_id
  @ipam_id
end

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

Returns the value of attribute metered_account.

Returns:

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


13961
13962
13963
# File 'sig/types.rbs', line 13961

def 
  @metered_account
end

#remove_operating_regions::Array[Types::RemoveIpamOperatingRegion]

Returns the value of attribute remove_operating_regions.

Returns:



13958
13959
13960
# File 'sig/types.rbs', line 13958

def remove_operating_regions
  @remove_operating_regions
end

#tier"free", "advanced"

Returns the value of attribute tier.

Returns:

  • ("free", "advanced")


13959
13960
13961
# File 'sig/types.rbs', line 13959

def tier
  @tier
end