Class: Aws::Types::LifecyclePolicySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_policyBoolean

Returns the value of attribute default_policy.

Returns:

  • (Boolean)


203
204
205
# File 'sig/types.rbs', line 203

def default_policy
  @default_policy
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def description
  @description
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def policy_id
  @policy_id
end

#policy_type"EBS_SNAPSHOT_MANAGEMENT", ...

Returns the value of attribute policy_type.

Returns:

  • ("EBS_SNAPSHOT_MANAGEMENT", "IMAGE_MANAGEMENT", "EVENT_BASED_POLICY")


202
203
204
# File 'sig/types.rbs', line 202

def policy_type
  @policy_type
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED", "ERROR")


200
201
202
# File 'sig/types.rbs', line 200

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


201
202
203
# File 'sig/types.rbs', line 201

def tags
  @tags
end