Class: Aws::Types::GetLifecyclePoliciesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_policy_type"VOLUME", ...

Returns the value of attribute default_policy_type.

Returns:

  • ("VOLUME", "INSTANCE", "ALL")


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

def default_policy_type
  @default_policy_type
end

#policy_ids::Array[::String]

Returns the value of attribute policy_ids.

Returns:

  • (::Array[::String])


144
145
146
# File 'sig/types.rbs', line 144

def policy_ids
  @policy_ids
end

#resource_types::Array[("VOLUME" | "INSTANCE")]

Returns the value of attribute resource_types.

Returns:

  • (::Array[("VOLUME" | "INSTANCE")])


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

def resource_types
  @resource_types
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

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


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

def state
  @state
end

#tags_to_add::Array[::String]

Returns the value of attribute tags_to_add.

Returns:

  • (::Array[::String])


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

def tags_to_add
  @tags_to_add
end

#target_tags::Array[::String]

Returns the value of attribute target_tags.

Returns:

  • (::Array[::String])


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

def target_tags
  @target_tags
end