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)


2725
2726
2727
# File 'sig/types.rbs', line 2725

def client_token
  @client_token
end

#desired_version::Integer

Returns the value of attribute desired_version.

Returns:

  • (::Integer)


2722
2723
2724
# File 'sig/types.rbs', line 2722

def desired_version
  @desired_version
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#ipam_prefix_list_resolver_id::String

Returns the value of attribute ipam_prefix_list_resolver_id.

Returns:

  • (::String)


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

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)


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

def prefix_list_id
  @prefix_list_id
end

#prefix_list_region::String

Returns the value of attribute prefix_list_region.

Returns:

  • (::String)


2721
2722
2723
# File 'sig/types.rbs', line 2721

def prefix_list_region
  @prefix_list_region
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2724
2725
2726
# File 'sig/types.rbs', line 2724

def tag_specifications
  @tag_specifications
end

#track_latest_versionBoolean

Returns the value of attribute track_latest_version.

Returns:

  • (Boolean)


2723
2724
2725
# File 'sig/types.rbs', line 2723

def track_latest_version
  @track_latest_version
end