Class: Aws::Types::CreateIpamExternalResourceVerificationTokenRequest

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)


2637
2638
2639
# File 'sig/types.rbs', line 2637

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2634
2635
2636
# File 'sig/types.rbs', line 2634

def dry_run
  @dry_run
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


2635
2636
2637
# File 'sig/types.rbs', line 2635

def ipam_id
  @ipam_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2636
2637
2638
# File 'sig/types.rbs', line 2636

def tag_specifications
  @tag_specifications
end