Class: Aws::Types::CreateIpamRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2707
2708
2709
# File 'sig/types.rbs', line 2707

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2704
2705
2706
# File 'sig/types.rbs', line 2704

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2703
2704
2705
# File 'sig/types.rbs', line 2703

def dry_run
  @dry_run
end

#enable_private_guaBoolean

Returns the value of attribute enable_private_gua.

Returns:

  • (Boolean)


2709
2710
2711
# File 'sig/types.rbs', line 2709

def enable_private_gua
  @enable_private_gua
end

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

Returns the value of attribute metered_account.

Returns:

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


2710
2711
2712
# File 'sig/types.rbs', line 2710

def 
  @metered_account
end

#operating_regions::Array[Types::AddIpamOperatingRegion]

Returns the value of attribute operating_regions.

Returns:



2705
2706
2707
# File 'sig/types.rbs', line 2705

def operating_regions
  @operating_regions
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2706
2707
2708
# File 'sig/types.rbs', line 2706

def tag_specifications
  @tag_specifications
end

#tier"free", "advanced"

Returns the value of attribute tier.

Returns:

  • ("free", "advanced")


2708
2709
2710
# File 'sig/types.rbs', line 2708

def tier
  @tier
end