Class: Aws::Types::CreateManagedPrefixListRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateManagedPrefixListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ ::String
Returns the value of attribute address_family.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#entries ⇒ ::Array[Types::AddPrefixListEntry]
Returns the value of attribute entries.
-
#max_entries ⇒ ::Integer
Returns the value of attribute max_entries.
-
#prefix_list_name ⇒ ::String
Returns the value of attribute prefix_list_name.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#address_family ⇒ ::String
Returns the value of attribute address_family.
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.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def entries @entries end |
#max_entries ⇒ ::Integer
Returns the value of attribute max_entries.
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.
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.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def tag_specifications @tag_specifications end |