Class: Aws::Types::PutManagedRuleSetVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def name
  @name
end

Returns the value of attribute recommended_version.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def recommended_version
  @recommended_version
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


1300
1301
1302
# File 'sig/types.rbs', line 1300

def scope
  @scope
end

#versions_to_publish::Hash[::String, Types::VersionToPublish]

Returns the value of attribute versions_to_publish.

Returns:



1304
1305
1306
# File 'sig/types.rbs', line 1304

def versions_to_publish
  @versions_to_publish
end