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.
188 189 190 |
# File 'sig/types.rbs', line 188 def ignore_unsupported_type @ignore_unsupported_type end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
187 188 189 |
# File 'sig/types.rbs', line 187 def s3_bucket_name @s3_bucket_name end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
186 187 188 |
# File 'sig/types.rbs', line 186 def web_acl_id @web_acl_id end |