Class: Aws::Types::Service

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def 
  @account_id
end

#achievabilityTypes::Achievability

Returns the value of attribute achievability.



1204
1205
1206
# File 'sig/types.rbs', line 1204

def achievability
  @achievability
end

#assessment_status"NOT_STARTED", ...

Returns the value of attribute assessment_status.

Returns:

  • ("NOT_STARTED", "PENDING", "IN_PROGRESS", "FAILED", "SUCCESS")


1210
1211
1212
# File 'sig/types.rbs', line 1210

def assessment_status
  @assessment_status
end

#associated_systems::Array[Types::AssociatedSystem]

Returns the value of attribute associated_systems.

Returns:



1198
1199
1200
# File 'sig/types.rbs', line 1198

def associated_systems
  @associated_systems
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def created_at
  @created_at
end

#dependency_discoveryTypes::DependencyDiscoveryConfig

Returns the value of attribute dependency_discovery.



1202
1203
1204
# File 'sig/types.rbs', line 1202

def dependency_discovery
  @dependency_discovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def description
  @description
end

#effective_policy_valuesTypes::EffectivePolicyValues

Returns the value of attribute effective_policy_values.



1203
1204
1205
# File 'sig/types.rbs', line 1203

def effective_policy_values
  @effective_policy_values
end

#estimated_assessment_costTypes::AssessmentCost

Returns the value of attribute estimated_assessment_cost.



1208
1209
1210
# File 'sig/types.rbs', line 1208

def estimated_assessment_cost
  @estimated_assessment_cost
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def name
  @name
end

#open_findings_count::Integer

Returns the value of attribute open_findings_count.

Returns:

  • (::Integer)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def open_findings_count
  @open_findings_count
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def organization_id
  @organization_id
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def ou_id
  @ou_id
end

#permission_modelTypes::PermissionModel

Returns the value of attribute permission_model.



1201
1202
1203
# File 'sig/types.rbs', line 1201

def permission_model
  @permission_model
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def policy_arn
  @policy_arn
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1200
1201
1202
# File 'sig/types.rbs', line 1200

def regions
  @regions
end

#report_configurationTypes::ServiceReportConfiguration

Returns the value of attribute report_configuration.



1205
1206
1207
# File 'sig/types.rbs', line 1205

def report_configuration
  @report_configuration
end

#rerun_assessmentBoolean

Returns the value of attribute rerun_assessment.

Returns:

  • (Boolean)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def rerun_assessment
  @rerun_assessment
end

#resolved_findings_count::Integer

Returns the value of attribute resolved_findings_count.

Returns:

  • (::Integer)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def resolved_findings_count
  @resolved_findings_count
end

#resource_discoveryTypes::ResourceDiscoveryStatus

Returns the value of attribute resource_discovery.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def resource_discovery
  @resource_discovery
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def service_arn
  @service_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1207
1208
1209
# File 'sig/types.rbs', line 1207

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def updated_at
  @updated_at
end