Class: Aws::Types::CreateWebACLMigrationStackRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWebACLMigrationStackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ignore_unsupported_type ⇒ Boolean
Returns the value of attribute ignore_unsupported_type.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#ignore_unsupported_type ⇒ Boolean
Returns the value of attribute ignore_unsupported_type.
179 180 181 |
# File 'sig/types.rbs', line 179 def ignore_unsupported_type @ignore_unsupported_type end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
178 179 180 |
# File 'sig/types.rbs', line 178 def s3_bucket_name @s3_bucket_name end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def web_acl_id @web_acl_id end |