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)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def aws_identity_arn
  @aws_identity_arn
end

#connect_user_arn::String

Returns the value of attribute connect_user_arn.

Returns:

  • (::String)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def connect_user_arn
  @connect_user_arn
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def unknown
  @unknown
end