Class: Aws::Types::UpdateManagedRuleSetVersionExpiryDateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expiry_timestamp::Time

Returns the value of attribute expiry_timestamp.

Returns:

  • (::Time)


1757
1758
1759
# File 'sig/types.rbs', line 1757

def expiry_timestamp
  @expiry_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


1753
1754
1755
# File 'sig/types.rbs', line 1753

def scope
  @scope
end

#version_to_expire::String

Returns the value of attribute version_to_expire.

Returns:

  • (::String)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def version_to_expire
  @version_to_expire
end