Class: Aws::Types::ContextSummary

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:



1801
1802
1803
# File 'sig/types.rbs', line 1801

def context_arn
  @context_arn
end

#context_name::String

Returns the value of attribute context_name.

Returns:



1802
1803
1804
# File 'sig/types.rbs', line 1802

def context_name
  @context_name
end

#context_type::String

Returns the value of attribute context_type.

Returns:



1804
1805
1806
# File 'sig/types.rbs', line 1804

def context_type
  @context_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



1805
1806
1807
# File 'sig/types.rbs', line 1805

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



1806
1807
1808
# File 'sig/types.rbs', line 1806

def last_modified_time
  @last_modified_time
end

#sourceTypes::ContextSource

Returns the value of attribute source.

Returns:



1803
1804
1805
# File 'sig/types.rbs', line 1803

def source
  @source
end