Class: Aws::Types::AssociateIpamResourceDiscoveryRequest

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)


720
721
722
# File 'sig/types.rbs', line 720

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


716
717
718
# File 'sig/types.rbs', line 716

def dry_run
  @dry_run
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def ipam_id
  @ipam_id
end

#ipam_resource_discovery_id::String

Returns the value of attribute ipam_resource_discovery_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def ipam_resource_discovery_id
  @ipam_resource_discovery_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



719
720
721
# File 'sig/types.rbs', line 719

def tag_specifications
  @tag_specifications
end