Class: Aws::Types::UnusedPermissionsRecommendedStep

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#existing_policy_id::String

Returns the value of attribute existing_policy_id.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def existing_policy_id
  @existing_policy_id
end

#policy_updated_at::Time

Returns the value of attribute policy_updated_at.

Returns:



1216
1217
1218
# File 'sig/types.rbs', line 1216

def policy_updated_at
  @policy_updated_at
end

Returns the value of attribute recommended_action.

Returns:



1217
1218
1219
# File 'sig/types.rbs', line 1217

def recommended_action
  @recommended_action
end

Returns the value of attribute recommended_policy.

Returns:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def recommended_policy
  @recommended_policy
end