Class: Aws::Types::CreateIpamPrefixListResolverTargetRequest

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)


2581
2582
2583
# File 'sig/types.rbs', line 2581

def client_token
  @client_token
end

#desired_version::Integer

Returns the value of attribute desired_version.

Returns:

  • (::Integer)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def desired_version
  @desired_version
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2574
2575
2576
# File 'sig/types.rbs', line 2574

def dry_run
  @dry_run
end

#ipam_prefix_list_resolver_id::String

Returns the value of attribute ipam_prefix_list_resolver_id.

Returns:

  • (::String)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def ipam_prefix_list_resolver_id
  @ipam_prefix_list_resolver_id
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


2576
2577
2578
# File 'sig/types.rbs', line 2576

def prefix_list_id
  @prefix_list_id
end

#prefix_list_region::String

Returns the value of attribute prefix_list_region.

Returns:

  • (::String)


2577
2578
2579
# File 'sig/types.rbs', line 2577

def prefix_list_region
  @prefix_list_region
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2580
2581
2582
# File 'sig/types.rbs', line 2580

def tag_specifications
  @tag_specifications
end

#track_latest_versionBoolean

Returns the value of attribute track_latest_version.

Returns:

  • (Boolean)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def track_latest_version
  @track_latest_version
end