Class: Aws::Types::EffectivePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


389
390
391
# File 'sig/types.rbs', line 389

def last_updated_timestamp
  @last_updated_timestamp
end

#policy_content::String

Returns the value of attribute policy_content.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def policy_content
  @policy_content
end

#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")


391
392
393
# File 'sig/types.rbs', line 391

def policy_type
  @policy_type
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def target_id
  @target_id
end