Class: Aws::Types::DescribeContextResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_arn::String

Returns the value of attribute context_arn.

Returns:

  • (::String)


4070
4071
4072
# File 'sig/types.rbs', line 4070

def context_arn
  @context_arn
end

#context_name::String

Returns the value of attribute context_name.

Returns:

  • (::String)


4069
4070
4071
# File 'sig/types.rbs', line 4069

def context_name
  @context_name
end

#context_type::String

Returns the value of attribute context_type.

Returns:

  • (::String)


4072
4073
4074
# File 'sig/types.rbs', line 4072

def context_type
  @context_type
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



4076
4077
4078
# File 'sig/types.rbs', line 4076

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4075
4076
4077
# File 'sig/types.rbs', line 4075

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4073
4074
4075
# File 'sig/types.rbs', line 4073

def description
  @description
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



4078
4079
4080
# File 'sig/types.rbs', line 4078

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4077
4078
4079
# File 'sig/types.rbs', line 4077

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.

Returns:

  • (::String)


4079
4080
4081
# File 'sig/types.rbs', line 4079

def lineage_group_arn
  @lineage_group_arn
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

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


4074
4075
4076
# File 'sig/types.rbs', line 4074

def properties
  @properties
end

#sourceTypes::ContextSource

Returns the value of attribute source.



4071
4072
4073
# File 'sig/types.rbs', line 4071

def source
  @source
end