Class: Aws::Types::AwsIamPolicyVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date::String

Returns the value of attribute create_date.

Returns:

  • (::String)


3040
3041
3042
# File 'sig/types.rbs', line 3040

def create_date
  @create_date
end

#is_default_versionBoolean

Returns the value of attribute is_default_version.

Returns:

  • (Boolean)


3039
3040
3041
# File 'sig/types.rbs', line 3039

def is_default_version
  @is_default_version
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


3038
3039
3040
# File 'sig/types.rbs', line 3038

def version_id
  @version_id
end