Class: Aws::Types::RuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def description
  @description
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def identifier
  @identifier
end

#lock_state"locked", ...

Returns the value of attribute lock_state.

Returns:

  • ("locked", "pending_unlock", "unlocked")


149
150
151
# File 'sig/types.rbs', line 149

def lock_state
  @lock_state
end

#retention_periodTypes::RetentionPeriod

Returns the value of attribute retention_period.



148
149
150
# File 'sig/types.rbs', line 148

def retention_period
  @retention_period
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def rule_arn
  @rule_arn
end