Class: Aws::Types::StartCacheReportInput
- Inherits:
-
Object
- Object
- Aws::Types::StartCacheReportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_endpoint_dns_name ⇒ ::String
Returns the value of attribute vpc_endpoint_dns_name.
Instance Attribute Details
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def bucket_region @bucket_region end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def client_token @client_token end |
#exclusion_filters ⇒ ::Array[Types::CacheReportFilter]
Returns the value of attribute exclusion_filters.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def exclusion_filters @exclusion_filters end |
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def file_share_arn @file_share_arn end |
#inclusion_filters ⇒ ::Array[Types::CacheReportFilter]
Returns the value of attribute inclusion_filters.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def inclusion_filters @inclusion_filters end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def location_arn @location_arn end |
#role ⇒ ::String
Returns the value of attribute role.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def role @role end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def @tags end |
#vpc_endpoint_dns_name ⇒ ::String
Returns the value of attribute vpc_endpoint_dns_name.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def vpc_endpoint_dns_name @vpc_endpoint_dns_name end |