Class: Aws::Types::ContextContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:application_overview, :industry, :architecture_overview, :additional_context])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids ⇒ ::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


280
281
282
# File 'sig/types.rbs', line 280

def 
  @account_ids
end

#additional_context ⇒ ::String

Returns the value of attribute additional_context.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def additional_context
  @additional_context
end

#application_overview ⇒ ::String

Returns the value of attribute application_overview.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def application_overview
  @application_overview
end

#application_type ⇒ "SAS", ...

Returns the value of attribute application_type.

Returns:

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


287
288
289
# File 'sig/types.rbs', line 287

def application_type
  @application_type
end

#architecture_overview ⇒ ::String

Returns the value of attribute architecture_overview.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def architecture_overview
  @architecture_overview
end

#aws_services ⇒ ::Array[::String]

Returns the value of attribute aws_services.

Returns:

  • (::Array[::String])


282
283
284
# File 'sig/types.rbs', line 282

def aws_services
  @aws_services
end

#criticality ⇒ "MISSION_CRITICAL", ...

Returns the value of attribute criticality.

Returns:

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


288
289
290
# File 'sig/types.rbs', line 288

def criticality
  @criticality
end

#industry ⇒ ::String

Returns the value of attribute industry.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def industry
  @industry
end

#regions ⇒ ::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


281
282
283
# File 'sig/types.rbs', line 281

def regions
  @regions
end

#resource_tags ⇒ ::Array[Types::ContextResourceTag]

Returns the value of attribute resource_tags.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def resource_tags
  @resource_tags
end

#resource_types ⇒ ::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


283
284
285
# File 'sig/types.rbs', line 283

def resource_types
  @resource_types
end