Class: Aws::Types::CreatedByInfo

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

Defined Under Namespace

Classes: AwsIdentityArn, ConnectUserArn, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_identity_arn::String

Returns the value of attribute aws_identity_arn.

Returns:

  • (::String)


1983
1984
1985
# File 'sig/types.rbs', line 1983

def aws_identity_arn
  @aws_identity_arn
end

#connect_user_arn::String

Returns the value of attribute connect_user_arn.

Returns:

  • (::String)


1982
1983
1984
# File 'sig/types.rbs', line 1982

def connect_user_arn
  @connect_user_arn
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def unknown
  @unknown
end