Class: Aws::Types::LockRuleResponse

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)


115
116
117
# File 'sig/types.rbs', line 115

def description
  @description
end

#exclude_resource_tags::Array[Types::ResourceTag]

Returns the value of attribute exclude_resource_tags.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def exclude_resource_tags
  @exclude_resource_tags
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def identifier
  @identifier
end

#lock_configurationTypes::LockConfiguration

Returns the value of attribute lock_configuration.



120
121
122
# File 'sig/types.rbs', line 120

def lock_configuration
  @lock_configuration
end

#lock_state"locked", ...

Returns the value of attribute lock_state.

Returns:

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


121
122
123
# File 'sig/types.rbs', line 121

def lock_state
  @lock_state
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def resource_tags
  @resource_tags
end

#resource_type"EBS_SNAPSHOT", ...

Returns the value of attribute resource_type.

Returns:

  • ("EBS_SNAPSHOT", "EC2_IMAGE", "EBS_VOLUME")


116
117
118
# File 'sig/types.rbs', line 116

def resource_type
  @resource_type
end

#retention_periodTypes::RetentionPeriod

Returns the value of attribute retention_period.



117
118
119
# File 'sig/types.rbs', line 117

def retention_period
  @retention_period
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def rule_arn
  @rule_arn
end

#status"pending", "available"

Returns the value of attribute status.

Returns:

  • ("pending", "available")


119
120
121
# File 'sig/types.rbs', line 119

def status
  @status
end