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)


10383
10384
10385
# File 'sig/types.rbs', line 10383

def consumed_source_doc_count
  @consumed_source_doc_count
end

#consumed_source_size::Integer

Returns the value of attribute consumed_source_size.

Returns:

  • (::Integer)


10382
10383
10384
# File 'sig/types.rbs', line 10382

def consumed_source_size
  @consumed_source_size
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


10380
10381
10382
# File 'sig/types.rbs', line 10380

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


10384
10385
10386
# File 'sig/types.rbs', line 10384

def created_by
  @created_by
end

#created_by_arn::String

Returns the value of attribute created_by_arn.

Returns:

  • (::String)


10385
10386
10387
# File 'sig/types.rbs', line 10385

def created_by_arn
  @created_by_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


10378
10379
10380
# File 'sig/types.rbs', line 10378

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10377
10378
10379
# File 'sig/types.rbs', line 10377

def name
  @name
end

#resources::Array[Types::SpaceQuickSightResource]

Returns the value of attribute resources.

Returns:



10379
10380
10381
# File 'sig/types.rbs', line 10379

def resources
  @resources
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


10381
10382
10383
# File 'sig/types.rbs', line 10381

def updated_at
  @updated_at
end