Class: Aws::Types::CacheReportInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_report_arn::String

Returns the value of attribute cache_report_arn.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def cache_report_arn
  @cache_report_arn
end

#cache_report_status"IN_PROGRESS", ...

Returns the value of attribute cache_report_status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "CANCELED", "FAILED", "ERROR")


156
157
158
# File 'sig/types.rbs', line 156

def cache_report_status
  @cache_report_status
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


158
159
160
# File 'sig/types.rbs', line 158

def end_time
  @end_time
end

#exclusion_filters::Array[Types::CacheReportFilter]

Returns the value of attribute exclusion_filters.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def exclusion_filters
  @exclusion_filters
end

#file_share_arn::String

Returns the value of attribute file_share_arn.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def file_share_arn
  @file_share_arn
end

#inclusion_filters::Array[Types::CacheReportFilter]

Returns the value of attribute inclusion_filters.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def inclusion_filters
  @inclusion_filters
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def location_arn
  @location_arn
end

#report_completion_percent::Integer

Returns the value of attribute report_completion_percent.

Returns:

  • (::Integer)


157
158
159
# File 'sig/types.rbs', line 157

def report_completion_percent
  @report_completion_percent
end

#report_name::String

Returns the value of attribute report_name.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def report_name
  @report_name
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def role
  @role
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


162
163
164
# File 'sig/types.rbs', line 162

def start_time
  @start_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def tags
  @tags
end