Class: Aws::Types::CreateLifecyclePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.



409
410
411
# File 'sig/types.rbs', line 409

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.



402
403
404
# File 'sig/types.rbs', line 402

def description
  @description
end

#dry_run ⇒ Boolean

Returns the value of attribute dry_run.



410
411
412
# File 'sig/types.rbs', line 410

def dry_run
  @dry_run
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.



404
405
406
# File 'sig/types.rbs', line 404

def execution_role
  @execution_role
end

#name ⇒ ::String

Returns the value of attribute name.



401
402
403
# File 'sig/types.rbs', line 401

def name
  @name
end

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

Returns the value of attribute policy_details.



406
407
408
# File 'sig/types.rbs', line 406

def policy_details
  @policy_details
end

#resource_selection ⇒ Types::LifecyclePolicyResourceSelection

Returns the value of attribute resource_selection.



407
408
409
# File 'sig/types.rbs', line 407

def resource_selection
  @resource_selection
end

#resource_type ⇒ "AMI_IMAGE", "CONTAINER_IMAGE"

Returns the value of attribute resource_type.



405
406
407
# File 'sig/types.rbs', line 405

def resource_type
  @resource_type
end

#status ⇒ "DISABLED", "ENABLED"

Returns the value of attribute status.



403
404
405
# File 'sig/types.rbs', line 403

def status
  @status
end

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

Returns the value of attribute tags.



408
409
410
# File 'sig/types.rbs', line 408

def tags
  @tags
end