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)


10824
10825
10826
# File 'sig/types.rbs', line 10824

def consumed_source_doc_count
  @consumed_source_doc_count
end

#consumed_source_size::Integer

Returns the value of attribute consumed_source_size.

Returns:

  • (::Integer)


10823
10824
10825
# File 'sig/types.rbs', line 10823

def consumed_source_size
  @consumed_source_size
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


10825
10826
10827
# File 'sig/types.rbs', line 10825

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


10826
10827
10828
# File 'sig/types.rbs', line 10826

def created_by
  @created_by
end

#created_by_arn::String

Returns the value of attribute created_by_arn.

Returns:

  • (::String)


10827
10828
10829
# File 'sig/types.rbs', line 10827

def created_by_arn
  @created_by_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


10821
10822
10823
# File 'sig/types.rbs', line 10821

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10820
10821
10822
# File 'sig/types.rbs', line 10820

def name
  @name
end

#resources_count::Integer

Returns the value of attribute resources_count.

Returns:

  • (::Integer)


10828
10829
10830
# File 'sig/types.rbs', line 10828

def resources_count
  @resources_count
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


10819
10820
10821
# File 'sig/types.rbs', line 10819

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


10818
10819
10820
# File 'sig/types.rbs', line 10818

def space_id
  @space_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


10822
10823
10824
# File 'sig/types.rbs', line 10822

def updated_at
  @updated_at
end