Class: Aws::Types::CacheReportInfo
- Inherits:
-
Object
- Object
- Aws::Types::CacheReportInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_report_arn ⇒ ::String
Returns the value of attribute cache_report_arn.
-
#cache_report_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute cache_report_status.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#exclusion_filters ⇒ ::Array[Types::CacheReportFilter]
Returns the value of attribute exclusion_filters.
-
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
-
#inclusion_filters ⇒ ::Array[Types::CacheReportFilter]
Returns the value of attribute inclusion_filters.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#report_completion_percent ⇒ ::Integer
Returns the value of attribute report_completion_percent.
-
#report_name ⇒ ::String
Returns the value of attribute report_name.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cache_report_arn ⇒ ::String
Returns the value of attribute cache_report_arn.
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.
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.
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.
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.
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.
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.
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.
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.
165 166 167 |
# File 'sig/types.rbs', line 165 def report_name @report_name end |
#role ⇒ ::String
Returns the value of attribute role.
159 160 161 |
# File 'sig/types.rbs', line 159 def role @role end |
#start_time ⇒ ::Time
Returns the value of attribute start_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.
166 167 168 |
# File 'sig/types.rbs', line 166 def @tags end |