Class: Aws::Types::AwsIamPolicyDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_count::Integer

Returns the value of attribute attachment_count.

Returns:

  • (::Integer)


3023
3024
3025
# File 'sig/types.rbs', line 3023

def attachment_count
  @attachment_count
end

#create_date::String

Returns the value of attribute create_date.

Returns:

  • (::String)


3024
3025
3026
# File 'sig/types.rbs', line 3024

def create_date
  @create_date
end

#default_version_id::String

Returns the value of attribute default_version_id.

Returns:

  • (::String)


3025
3026
3027
# File 'sig/types.rbs', line 3025

def default_version_id
  @default_version_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3026
3027
3028
# File 'sig/types.rbs', line 3026

def description
  @description
end

#is_attachableBoolean

Returns the value of attribute is_attachable.

Returns:

  • (Boolean)


3027
3028
3029
# File 'sig/types.rbs', line 3027

def is_attachable
  @is_attachable
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


3028
3029
3030
# File 'sig/types.rbs', line 3028

def path
  @path
end

#permissions_boundary_usage_count::Integer

Returns the value of attribute permissions_boundary_usage_count.

Returns:

  • (::Integer)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def permissions_boundary_usage_count
  @permissions_boundary_usage_count
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


3030
3031
3032
# File 'sig/types.rbs', line 3030

def policy_id
  @policy_id
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


3031
3032
3033
# File 'sig/types.rbs', line 3031

def policy_name
  @policy_name
end

#policy_version_list::Array[Types::AwsIamPolicyVersion]

Returns the value of attribute policy_version_list.

Returns:



3032
3033
3034
# File 'sig/types.rbs', line 3032

def policy_version_list
  @policy_version_list
end

#update_date::String

Returns the value of attribute update_date.

Returns:

  • (::String)


3033
3034
3035
# File 'sig/types.rbs', line 3033

def update_date
  @update_date
end