Class: Aws::Types::ManagedPolicyDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def arn
  @arn
end

#attachment_count::Integer

Returns the value of attribute attachment_count.

Returns:

  • (::Integer)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def attachment_count
  @attachment_count
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def create_date
  @create_date
end

#default_version_id::String

Returns the value of attribute default_version_id.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def default_version_id
  @default_version_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def description
  @description
end

#is_attachableBoolean

Returns the value of attribute is_attachable.

Returns:

  • (Boolean)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def is_attachable
  @is_attachable
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def path
  @path
end

#permissions_boundary_usage_count::Integer

Returns the value of attribute permissions_boundary_usage_count.

Returns:

  • (::Integer)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def permissions_boundary_usage_count
  @permissions_boundary_usage_count
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def policy_id
  @policy_id
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def policy_name
  @policy_name
end

#policy_version_list::Array[Types::PolicyVersion]

Returns the value of attribute policy_version_list.

Returns:



1655
1656
1657
# File 'sig/types.rbs', line 1655

def policy_version_list
  @policy_version_list
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def update_date
  @update_date
end