Class: Aws::Types::DescribeEffectivePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_type"TAG_POLICY", ...

Returns the value of attribute policy_type.

Returns:

  • ("TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY")


275
276
277
# File 'sig/types.rbs', line 275

def policy_type
  @policy_type
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def target_id
  @target_id
end