Class: Aws::Types::AccountPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def 
  @account_id
end

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


17
18
19
# File 'sig/types.rbs', line 17

def last_updated_time
  @last_updated_time
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def policy_name
  @policy_name
end

#policy_type"DATA_PROTECTION_POLICY", ...

Returns the value of attribute policy_type.

Returns:

  • ("DATA_PROTECTION_POLICY", "SUBSCRIPTION_FILTER_POLICY", "FIELD_INDEX_POLICY", "TRANSFORMER_POLICY", "METRIC_EXTRACTION_POLICY")


18
19
20
# File 'sig/types.rbs', line 18

def policy_type
  @policy_type
end

#scope"ALL"

Returns the value of attribute scope.

Returns:

  • ("ALL")


19
20
21
# File 'sig/types.rbs', line 19

def scope
  @scope
end

#selection_criteria::String

Returns the value of attribute selection_criteria.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def selection_criteria
  @selection_criteria
end