Class: Aws::Types::CreatePolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def policy_arn
  @policy_arn
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def policy_name
  @policy_name
end

#policy_version_id::String

Returns the value of attribute policy_version_id.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def policy_version_id
  @policy_version_id
end