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)


2595
2596
2597
# File 'sig/types.rbs', line 2595

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2592
2593
2594
# File 'sig/types.rbs', line 2592

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def dry_run
  @dry_run
end

#enable_private_guaBoolean

Returns the value of attribute enable_private_gua.

Returns:

  • (Boolean)


2597
2598
2599
# File 'sig/types.rbs', line 2597

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")


2598
2599
2600
# File 'sig/types.rbs', line 2598

def 
  @metered_account
end

#operating_regions::Array[Types::AddIpamOperatingRegion]

Returns the value of attribute operating_regions.

Returns:



2593
2594
2595
# File 'sig/types.rbs', line 2593

def operating_regions
  @operating_regions
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2594
2595
2596
# File 'sig/types.rbs', line 2594

def tag_specifications
  @tag_specifications
end

#tier"free", "advanced"

Returns the value of attribute tier.

Returns:

  • ("free", "advanced")


2596
2597
2598
# File 'sig/types.rbs', line 2596

def tier
  @tier
end