Class: Aws::Types::SpaceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_source_doc_count::Integer

Returns the value of attribute consumed_source_doc_count.

Returns:

  • (::Integer)


10434
10435
10436
# File 'sig/types.rbs', line 10434

def consumed_source_doc_count
  @consumed_source_doc_count
end

#consumed_source_size::Integer

Returns the value of attribute consumed_source_size.

Returns:

  • (::Integer)


10433
10434
10435
# File 'sig/types.rbs', line 10433

def consumed_source_size
  @consumed_source_size
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


10435
10436
10437
# File 'sig/types.rbs', line 10435

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


10436
10437
10438
# File 'sig/types.rbs', line 10436

def created_by
  @created_by
end

#created_by_arn::String

Returns the value of attribute created_by_arn.

Returns:

  • (::String)


10437
10438
10439
# File 'sig/types.rbs', line 10437

def created_by_arn
  @created_by_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


10431
10432
10433
# File 'sig/types.rbs', line 10431

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10430
10431
10432
# File 'sig/types.rbs', line 10430

def name
  @name
end

#resources_count::Integer

Returns the value of attribute resources_count.

Returns:

  • (::Integer)


10438
10439
10440
# File 'sig/types.rbs', line 10438

def resources_count
  @resources_count
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


10429
10430
10431
# File 'sig/types.rbs', line 10429

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


10428
10429
10430
# File 'sig/types.rbs', line 10428

def space_id
  @space_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


10432
10433
10434
# File 'sig/types.rbs', line 10432

def updated_at
  @updated_at
end