Class: Aws::Types::CreateIpamPolicyRequest

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)


2521
2522
2523
# File 'sig/types.rbs', line 2521

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2519
2520
2521
# File 'sig/types.rbs', line 2519

def dry_run
  @dry_run
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


2522
2523
2524
# File 'sig/types.rbs', line 2522

def ipam_id
  @ipam_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2520
2521
2522
# File 'sig/types.rbs', line 2520

def tag_specifications
  @tag_specifications
end