Class: Aws::Types::BatchGetPolicyOutputItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


90
91
92
# File 'sig/types.rbs', line 90

def created_date
  @created_date
end

#definitionTypes::PolicyDefinitionDetail

Returns the value of attribute definition.



89
90
91
# File 'sig/types.rbs', line 89

def definition
  @definition
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


91
92
93
# File 'sig/types.rbs', line 91

def last_updated_date
  @last_updated_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def name
  @name
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def policy_id
  @policy_id
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def policy_store_id
  @policy_store_id
end

#policy_type"STATIC", "TEMPLATE_LINKED"

Returns the value of attribute policy_type.

Returns:

  • ("STATIC", "TEMPLATE_LINKED")


88
89
90
# File 'sig/types.rbs', line 88

def policy_type
  @policy_type
end