Class: Aws::Types::IamRole

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"

Returns the value of attribute aws_integration.

Returns:

  • ("KmsTde")


1745
1746
1747
# File 'sig/types.rbs', line 1745

def aws_integration
  @aws_integration
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def iam_role_arn
  @iam_role_arn
end

#status"ASSOCIATING", ...

Returns the value of attribute status.

Returns:

  • ("ASSOCIATING", "DISASSOCIATING", "FAILED", "CONNECTED", "DISCONNECTED", "PARTIALLY_CONNECTED", "UNKNOWN")


1743
1744
1745
# File 'sig/types.rbs', line 1743

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def status_reason
  @status_reason
end