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)


2739
2740
2741
# File 'sig/types.rbs', line 2739

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2736
2737
2738
# File 'sig/types.rbs', line 2736

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2735
2736
2737
# File 'sig/types.rbs', line 2735

def dry_run
  @dry_run
end

#enable_private_guaBoolean

Returns the value of attribute enable_private_gua.

Returns:

  • (Boolean)


2741
2742
2743
# File 'sig/types.rbs', line 2741

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


2742
2743
2744
# File 'sig/types.rbs', line 2742

def 
  @metered_account
end

#operating_regions::Array[Types::AddIpamOperatingRegion]

Returns the value of attribute operating_regions.

Returns:



2737
2738
2739
# File 'sig/types.rbs', line 2737

def operating_regions
  @operating_regions
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2738
2739
2740
# File 'sig/types.rbs', line 2738

def tag_specifications
  @tag_specifications
end

#tier"free", "advanced"

Returns the value of attribute tier.

Returns:

  • ("free", "advanced")


2740
2741
2742
# File 'sig/types.rbs', line 2740

def tier
  @tier
end