Class: Aws::Types::SessionData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def description
  @description
end

#integration_configuration ⇒ Types::SessionIntegrationConfiguration

Returns the value of attribute integration_configuration.



884
885
886
# File 'sig/types.rbs', line 884

def integration_configuration
  @integration_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def name
  @name
end

#session_arn ⇒ ::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def session_arn
  @session_arn
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def session_id
  @session_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


888
889
890
# File 'sig/types.rbs', line 888

def tags
  @tags
end