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:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def context_arn
  @context_arn
end

#context_name::String

Returns the value of attribute context_name.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def context_name
  @context_name
end

#context_type::String

Returns the value of attribute context_type.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def context_type
  @context_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def last_modified_time
  @last_modified_time
end

#sourceTypes::ContextSource

Returns the value of attribute source.



1788
1789
1790
# File 'sig/types.rbs', line 1788

def source
  @source
end