Class: Aws::QuickSight::Types::SpaceResourceSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A summary of a resource in a space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_detailsTypes::SpaceQuickSightResourceDetails

The details of the resource.



39323
39324
39325
39326
39327
39328
39329
39330
# File 'lib/aws-sdk-quicksight/types.rb', line 39323

class SpaceResourceSummary < Struct.new(
  :resource_type,
  :resource_details,
  :resource_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the resource.

Returns:

  • (String)


39323
39324
39325
39326
39327
39328
39329
39330
# File 'lib/aws-sdk-quicksight/types.rb', line 39323

class SpaceResourceSummary < Struct.new(
  :resource_type,
  :resource_details,
  :resource_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource.

Returns:

  • (String)


39323
39324
39325
39326
39327
39328
39329
39330
# File 'lib/aws-sdk-quicksight/types.rb', line 39323

class SpaceResourceSummary < Struct.new(
  :resource_type,
  :resource_details,
  :resource_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time that the resource was last updated.

Returns:

  • (Time)


39323
39324
39325
39326
39327
39328
39329
39330
# File 'lib/aws-sdk-quicksight/types.rb', line 39323

class SpaceResourceSummary < Struct.new(
  :resource_type,
  :resource_details,
  :resource_name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end