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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def web_acl_id
  @web_acl_id
end