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)


2900
2901
2902
# File 'sig/types.rbs', line 2900

def address_family
  @address_family
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2901
2902
2903
# File 'sig/types.rbs', line 2901

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2895
2896
2897
# File 'sig/types.rbs', line 2895

def dry_run
  @dry_run
end

#entries::Array[Types::AddPrefixListEntry]

Returns the value of attribute entries.

Returns:



2897
2898
2899
# File 'sig/types.rbs', line 2897

def entries
  @entries
end

#max_entries::Integer

Returns the value of attribute max_entries.

Returns:

  • (::Integer)


2898
2899
2900
# File 'sig/types.rbs', line 2898

def max_entries
  @max_entries
end

#prefix_list_name::String

Returns the value of attribute prefix_list_name.

Returns:

  • (::String)


2896
2897
2898
# File 'sig/types.rbs', line 2896

def prefix_list_name
  @prefix_list_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2899
2900
2901
# File 'sig/types.rbs', line 2899

def tag_specifications
  @tag_specifications
end