Class: Aws::Types::ContextSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title])

Instance Attribute Summary collapse

Instance Attribute Details

#application_type ⇒ "SAS", ...

Returns the value of attribute application_type.

Returns:

  • ("SAS", "DESKTOP_APPLICATION", "OTHER")


306
307
308
# File 'sig/types.rbs', line 306

def application_type
  @application_type
end

#content ⇒ Types::ContextContent

Returns the value of attribute content.



305
306
307
# File 'sig/types.rbs', line 305

def content
  @content
end

#context_type ⇒ "APPLICATION"

Returns the value of attribute context_type.

Returns:

  • ("APPLICATION")


304
305
306
# File 'sig/types.rbs', line 304

def context_type
  @context_type
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


309
310
311
# File 'sig/types.rbs', line 309

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def created_by
  @created_by
end

#criticality ⇒ "MISSION_CRITICAL", ...

Returns the value of attribute criticality.

Returns:

  • ("MISSION_CRITICAL", "BUSINESS_CRITICAL", "NON_CRITICAL", "TEST_DEVELOPMENT")


307
308
309
# File 'sig/types.rbs', line 307

def criticality
  @criticality
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def id
  @id
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


311
312
313
# File 'sig/types.rbs', line 311

def last_modified_at
  @last_modified_at
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def last_modified_by
  @last_modified_by
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def profile_arn
  @profile_arn
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def title
  @title
end