Class: Aws::Types::StartCacheReportInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_region::String

Returns the value of attribute bucket_region.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1319
1320
1321
# File 'sig/types.rbs', line 1319

def location_arn
  @location_arn
end

#role::String

Returns the value of attribute role.

Returns:



1318
1319
1320
# File 'sig/types.rbs', line 1318

def role
  @role
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1325
1326
1327
# File 'sig/types.rbs', line 1325

def tags
  @tags
end

#vpc_endpoint_dns_name::String

Returns the value of attribute vpc_endpoint_dns_name.

Returns:



1321
1322
1323
# File 'sig/types.rbs', line 1321

def vpc_endpoint_dns_name
  @vpc_endpoint_dns_name
end