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.
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.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def entries @entries end |
#max_entries ⇒ ::Integer
Returns the value of attribute max_entries.
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.
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.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def tag_specifications @tag_specifications end |