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:



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:



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:



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:



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

def target_id
  @target_id
end