Class: Aws::Types::CreateWebACLMigrationStackRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_unsupported_typeBoolean

Returns the value of attribute ignore_unsupported_type.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def web_acl_id
  @web_acl_id
end