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)


2788
2789
2790
# File 'sig/types.rbs', line 2788

def address_family
  @address_family
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2789
2790
2791
# File 'sig/types.rbs', line 2789

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2783
2784
2785
# File 'sig/types.rbs', line 2783

def dry_run
  @dry_run
end

#entries::Array[Types::AddPrefixListEntry]

Returns the value of attribute entries.

Returns:



2785
2786
2787
# File 'sig/types.rbs', line 2785

def entries
  @entries
end

#max_entries::Integer

Returns the value of attribute max_entries.

Returns:

  • (::Integer)


2786
2787
2788
# File 'sig/types.rbs', line 2786

def max_entries
  @max_entries
end

#prefix_list_name::String

Returns the value of attribute prefix_list_name.

Returns:

  • (::String)


2784
2785
2786
# File 'sig/types.rbs', line 2784

def prefix_list_name
  @prefix_list_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2787
2788
2789
# File 'sig/types.rbs', line 2787

def tag_specifications
  @tag_specifications
end