Class: Aws::Types::SpaceDetails

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)


10773
10774
10775
# File 'sig/types.rbs', line 10773

def consumed_source_doc_count
  @consumed_source_doc_count
end

#consumed_source_size::Integer

Returns the value of attribute consumed_source_size.

Returns:

  • (::Integer)


10772
10773
10774
# File 'sig/types.rbs', line 10772

def consumed_source_size
  @consumed_source_size
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


10770
10771
10772
# File 'sig/types.rbs', line 10770

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


10774
10775
10776
# File 'sig/types.rbs', line 10774

def created_by
  @created_by
end

#created_by_arn::String

Returns the value of attribute created_by_arn.

Returns:

  • (::String)


10775
10776
10777
# File 'sig/types.rbs', line 10775

def created_by_arn
  @created_by_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


10768
10769
10770
# File 'sig/types.rbs', line 10768

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10767
10768
10769
# File 'sig/types.rbs', line 10767

def name
  @name
end

#resources::Array[Types::SpaceQuickSightResource]

Returns the value of attribute resources.

Returns:



10769
10770
10771
# File 'sig/types.rbs', line 10769

def resources
  @resources
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


10771
10772
10773
# File 'sig/types.rbs', line 10771

def updated_at
  @updated_at
end