Class: Aws::Types::CreateIpamResourceDiscoveryRequest

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)


2719
2720
2721
# File 'sig/types.rbs', line 2719

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2716
2717
2718
# File 'sig/types.rbs', line 2716

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2715
2716
2717
# File 'sig/types.rbs', line 2715

def dry_run
  @dry_run
end

#operating_regions::Array[Types::AddIpamOperatingRegion]

Returns the value of attribute operating_regions.

Returns:



2717
2718
2719
# File 'sig/types.rbs', line 2717

def operating_regions
  @operating_regions
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2718
2719
2720
# File 'sig/types.rbs', line 2718

def tag_specifications
  @tag_specifications
end