Class: Aws::Types::Policy

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)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def arn
  @arn
end

#attachment_count::Integer

Returns the value of attribute attachment_count.

Returns:

  • (::Integer)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def attachment_count
  @attachment_count
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def create_date
  @create_date
end

#default_version_id::String

Returns the value of attribute default_version_id.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def default_version_id
  @default_version_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def description
  @description
end

#is_attachableBoolean

Returns the value of attribute is_attachable.

Returns:

  • (Boolean)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def is_attachable
  @is_attachable
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def path
  @path
end

#permissions_boundary_usage_count::Integer

Returns the value of attribute permissions_boundary_usage_count.

Returns:

  • (::Integer)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def permissions_boundary_usage_count
  @permissions_boundary_usage_count
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def policy_id
  @policy_id
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def policy_name
  @policy_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1742
1743
1744
# File 'sig/types.rbs', line 1742

def tags
  @tags
end

#update_date::Time

Returns the value of attribute update_date.

Returns:

  • (::Time)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def update_date
  @update_date
end