Class: Aws::Types::UpdateRuleResponse

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)


223
224
225
# File 'sig/types.rbs', line 223

def description
  @description
end

#exclude_resource_tags::Array[Types::ResourceTag]

Returns the value of attribute exclude_resource_tags.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def exclude_resource_tags
  @exclude_resource_tags
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def identifier
  @identifier
end

#lock_end_time::Time

Returns the value of attribute lock_end_time.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def lock_end_time
  @lock_end_time
end

#lock_state"locked", ...

Returns the value of attribute lock_state.

Returns:

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


227
228
229
# File 'sig/types.rbs', line 227

def lock_state
  @lock_state
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def resource_tags
  @resource_tags
end

#resource_type"EBS_SNAPSHOT", ...

Returns the value of attribute resource_type.

Returns:

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


224
225
226
# File 'sig/types.rbs', line 224

def resource_type
  @resource_type
end

#retention_periodTypes::RetentionPeriod

Returns the value of attribute retention_period.



222
223
224
# File 'sig/types.rbs', line 222

def retention_period
  @retention_period
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def rule_arn
  @rule_arn
end

#status"pending", "available"

Returns the value of attribute status.

Returns:

  • ("pending", "available")


226
227
228
# File 'sig/types.rbs', line 226

def status
  @status
end