Class: Aws::Types::MatchingBucket

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def 
  @account_id
end

#automated_discovery_monitoring_status"MONITORED", "NOT_MONITORED"

Returns the value of attribute automated_discovery_monitoring_status.

Returns:

  • ("MONITORED", "NOT_MONITORED")


1335
1336
1337
# File 'sig/types.rbs', line 1335

def automated_discovery_monitoring_status
  @automated_discovery_monitoring_status
end

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def bucket_name
  @bucket_name
end

#classifiable_object_count::Integer

Returns the value of attribute classifiable_object_count.

Returns:

  • (::Integer)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def classifiable_object_count
  @classifiable_object_count
end

#classifiable_size_in_bytes::Integer

Returns the value of attribute classifiable_size_in_bytes.

Returns:

  • (::Integer)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def classifiable_size_in_bytes
  @classifiable_size_in_bytes
end

#error_code"ACCESS_DENIED", "BUCKET_COUNT_EXCEEDS_QUOTA"

Returns the value of attribute error_code.

Returns:

  • ("ACCESS_DENIED", "BUCKET_COUNT_EXCEEDS_QUOTA")


1339
1340
1341
# File 'sig/types.rbs', line 1339

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def error_message
  @error_message
end

#job_detailsTypes::JobDetails

Returns the value of attribute job_details.

Returns:



1341
1342
1343
# File 'sig/types.rbs', line 1341

def job_details
  @job_details
end

#last_automated_discovery_time::Time

Returns the value of attribute last_automated_discovery_time.

Returns:

  • (::Time)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def last_automated_discovery_time
  @last_automated_discovery_time
end

#object_count::Integer

Returns the value of attribute object_count.

Returns:

  • (::Integer)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def object_count
  @object_count
end

#object_count_by_encryption_typeTypes::ObjectCountByEncryptionType

Returns the value of attribute object_count_by_encryption_type.



1344
1345
1346
# File 'sig/types.rbs', line 1344

def object_count_by_encryption_type
  @object_count_by_encryption_type
end

#sensitivity_score::Integer

Returns the value of attribute sensitivity_score.

Returns:

  • (::Integer)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def sensitivity_score
  @sensitivity_score
end

#size_in_bytes::Integer

Returns the value of attribute size_in_bytes.

Returns:

  • (::Integer)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def size_in_bytes
  @size_in_bytes
end

#size_in_bytes_compressed::Integer

Returns the value of attribute size_in_bytes_compressed.

Returns:

  • (::Integer)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def size_in_bytes_compressed
  @size_in_bytes_compressed
end

#unclassifiable_object_countTypes::ObjectLevelStatistics

Returns the value of attribute unclassifiable_object_count.



1348
1349
1350
# File 'sig/types.rbs', line 1348

def unclassifiable_object_count
  @unclassifiable_object_count
end

#unclassifiable_object_size_in_bytesTypes::ObjectLevelStatistics

Returns the value of attribute unclassifiable_object_size_in_bytes.



1349
1350
1351
# File 'sig/types.rbs', line 1349

def unclassifiable_object_size_in_bytes
  @unclassifiable_object_size_in_bytes
end