Class: Aws::Types::AnalyzerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def arn
  @arn
end

#configurationTypes::AnalyzerConfiguration

Returns the value of attribute configuration.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def configuration
  @configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def created_at
  @created_at
end

#last_resource_analyzed::String

Returns the value of attribute last_resource_analyzed.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def last_resource_analyzed
  @last_resource_analyzed
end

#last_resource_analyzed_at::Time

Returns the value of attribute last_resource_analyzed_at.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def last_resource_analyzed_at
  @last_resource_analyzed_at
end

#managed_by::String

Returns the value of attribute managed_by.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def managed_by
  @managed_by
end

#name::String

Returns the value of attribute name.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def status
  @status
end

#status_reasonTypes::StatusReason

Returns the value of attribute status_reason.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def tags
  @tags
end

#type"ACCOUNT", ...

Returns the value of attribute type.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def type
  @type
end