Class: Aws::Types::GetPolicyOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::ActionIdentifier]

Returns the value of attribute actions.

Returns:



531
532
533
# File 'sig/types.rbs', line 531

def actions
  @actions
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


533
534
535
# File 'sig/types.rbs', line 533

def created_date
  @created_date
end

#definitionTypes::PolicyDefinitionDetail

Returns the value of attribute definition.



532
533
534
# File 'sig/types.rbs', line 532

def definition
  @definition
end

#effect"Permit", "Forbid"

Returns the value of attribute effect.

Returns:

  • ("Permit", "Forbid")


535
536
537
# File 'sig/types.rbs', line 535

def effect
  @effect
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


534
535
536
# File 'sig/types.rbs', line 534

def last_updated_date
  @last_updated_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def name
  @name
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def policy_id
  @policy_id
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def policy_store_id
  @policy_store_id
end

#policy_type"STATIC", "TEMPLATE_LINKED"

Returns the value of attribute policy_type.

Returns:

  • ("STATIC", "TEMPLATE_LINKED")


528
529
530
# File 'sig/types.rbs', line 528

def policy_type
  @policy_type
end

#principalTypes::EntityIdentifier

Returns the value of attribute principal.



529
530
531
# File 'sig/types.rbs', line 529

def principal
  @principal
end

#resourceTypes::EntityIdentifier

Returns the value of attribute resource.



530
531
532
# File 'sig/types.rbs', line 530

def resource
  @resource
end