Class: Aws::Types::CreatePolicyVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_default_versionBoolean

Returns the value of attribute is_default_version.

Returns:

  • (Boolean)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def is_default_version
  @is_default_version
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def policy_arn
  @policy_arn
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def policy_document
  @policy_document
end

#policy_version_id::String

Returns the value of attribute policy_version_id.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def policy_version_id
  @policy_version_id
end