Class: Aws::Types::CreateManagedPrefixListRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family::String

Returns the value of attribute address_family.

Returns:

  • (::String)


2950
2951
2952
# File 'sig/types.rbs', line 2950

def address_family
  @address_family
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2951
2952
2953
# File 'sig/types.rbs', line 2951

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2945
2946
2947
# File 'sig/types.rbs', line 2945

def dry_run
  @dry_run
end

#entries::Array[Types::AddPrefixListEntry]

Returns the value of attribute entries.

Returns:



2947
2948
2949
# File 'sig/types.rbs', line 2947

def entries
  @entries
end

#max_entries::Integer

Returns the value of attribute max_entries.

Returns:

  • (::Integer)


2948
2949
2950
# File 'sig/types.rbs', line 2948

def max_entries
  @max_entries
end

#prefix_list_name::String

Returns the value of attribute prefix_list_name.

Returns:

  • (::String)


2946
2947
2948
# File 'sig/types.rbs', line 2946

def prefix_list_name
  @prefix_list_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2949
2950
2951
# File 'sig/types.rbs', line 2949

def tag_specifications
  @tag_specifications
end