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)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def 
  @account_id
end

#achievabilityTypes::Achievability

Returns the value of attribute achievability.



1154
1155
1156
# File 'sig/types.rbs', line 1154

def achievability
  @achievability
end

#assessment_status"NOT_STARTED", ...

Returns the value of attribute assessment_status.

Returns:

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


1160
1161
1162
# File 'sig/types.rbs', line 1160

def assessment_status
  @assessment_status
end

#associated_systems::Array[Types::AssociatedSystem]

Returns the value of attribute associated_systems.

Returns:



1148
1149
1150
# File 'sig/types.rbs', line 1148

def associated_systems
  @associated_systems
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def created_at
  @created_at
end

#dependency_discoveryTypes::DependencyDiscoveryConfig

Returns the value of attribute dependency_discovery.



1152
1153
1154
# File 'sig/types.rbs', line 1152

def dependency_discovery
  @dependency_discovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def description
  @description
end

#effective_policy_valuesTypes::EffectivePolicyValues

Returns the value of attribute effective_policy_values.



1153
1154
1155
# File 'sig/types.rbs', line 1153

def effective_policy_values
  @effective_policy_values
end

#estimated_assessment_costTypes::AssessmentCost

Returns the value of attribute estimated_assessment_cost.



1158
1159
1160
# File 'sig/types.rbs', line 1158

def estimated_assessment_cost
  @estimated_assessment_cost
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def name
  @name
end

#open_findings_count::Integer

Returns the value of attribute open_findings_count.

Returns:

  • (::Integer)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def open_findings_count
  @open_findings_count
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def organization_id
  @organization_id
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def ou_id
  @ou_id
end

#permission_modelTypes::PermissionModel

Returns the value of attribute permission_model.



1151
1152
1153
# File 'sig/types.rbs', line 1151

def permission_model
  @permission_model
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def policy_arn
  @policy_arn
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1150
1151
1152
# File 'sig/types.rbs', line 1150

def regions
  @regions
end

#report_configurationTypes::ServiceReportConfiguration

Returns the value of attribute report_configuration.



1155
1156
1157
# File 'sig/types.rbs', line 1155

def report_configuration
  @report_configuration
end

#rerun_assessmentBoolean

Returns the value of attribute rerun_assessment.

Returns:

  • (Boolean)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def rerun_assessment
  @rerun_assessment
end

#resolved_findings_count::Integer

Returns the value of attribute resolved_findings_count.

Returns:

  • (::Integer)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def resolved_findings_count
  @resolved_findings_count
end

#resource_discoveryTypes::ResourceDiscoveryStatus

Returns the value of attribute resource_discovery.



1159
1160
1161
# File 'sig/types.rbs', line 1159

def resource_discovery
  @resource_discovery
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def service_arn
  @service_arn
end

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

Returns the value of attribute tags.

Returns:

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


1157
1158
1159
# File 'sig/types.rbs', line 1157

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def updated_at
  @updated_at
end