Class: Aws::Types::UpdateLifecyclePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def description
  @description
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def execution_role
  @execution_role
end

#lifecycle_policy_arn ⇒ ::String

Returns the value of attribute lifecycle_policy_arn.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def lifecycle_policy_arn
  @lifecycle_policy_arn
end

#policy_details ⇒ ::Array[Types::LifecyclePolicyDetail]

Returns the value of attribute policy_details.

Returns:



2129
2130
2131
# File 'sig/types.rbs', line 2129

def policy_details
  @policy_details
end

#resource_selection ⇒ Types::LifecyclePolicyResourceSelection

Returns the value of attribute resource_selection.



2130
2131
2132
# File 'sig/types.rbs', line 2130

def resource_selection
  @resource_selection
end

#resource_type ⇒ "AMI_IMAGE", "CONTAINER_IMAGE"

Returns the value of attribute resource_type.

Returns:

  • ("AMI_IMAGE", "CONTAINER_IMAGE")


2128
2129
2130
# File 'sig/types.rbs', line 2128

def resource_type
  @resource_type
end

#status ⇒ "DISABLED", "ENABLED"

Returns the value of attribute status.

Returns:

  • ("DISABLED", "ENABLED")


2126
2127
2128
# File 'sig/types.rbs', line 2126

def status
  @status
end