Class: Aws::Types::OciIamRole

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_integration"KmsTde", "SecretsManager"

Returns the value of attribute aws_integration.

Returns:

  • ("KmsTde", "SecretsManager")


2108
2109
2110
# File 'sig/types.rbs', line 2108

def aws_integration
  @aws_integration
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def iam_role_arn
  @iam_role_arn
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "AVAILABLE", "PROVISION_FAILED", "TERMINATING", "TERMINATE_FAILED")


2109
2110
2111
# File 'sig/types.rbs', line 2109

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def status_reason
  @status_reason
end