Class: Aws::Types::UnusedPermissionsRecommendationStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#existing_policy::String

Returns the value of attribute existing_policy.

Returns:

  • (::String)


7921
7922
7923
# File 'sig/types.rbs', line 7921

def existing_policy
  @existing_policy
end

#existing_policy_id::String

Returns the value of attribute existing_policy_id.

Returns:

  • (::String)


7922
7923
7924
# File 'sig/types.rbs', line 7922

def existing_policy_id
  @existing_policy_id
end

#policy_updated_at::Time

Returns the value of attribute policy_updated_at.

Returns:

  • (::Time)


7923
7924
7925
# File 'sig/types.rbs', line 7923

def policy_updated_at
  @policy_updated_at
end

Returns the value of attribute recommended_action.

Returns:

  • (::String)


7920
7921
7922
# File 'sig/types.rbs', line 7920

def recommended_action
  @recommended_action
end

Returns the value of attribute recommended_policy.

Returns:

  • (::String)


7924
7925
7926
# File 'sig/types.rbs', line 7924

def recommended_policy
  @recommended_policy
end