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.



38556
38557
38558
38559
38560
38561
38562
38563
# File 'lib/aws-sdk-quicksight/types.rb', line 38556

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)


38556
38557
38558
38559
38560
38561
38562
38563
# File 'lib/aws-sdk-quicksight/types.rb', line 38556

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)


38556
38557
38558
38559
38560
38561
38562
38563
# File 'lib/aws-sdk-quicksight/types.rb', line 38556

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)


38556
38557
38558
38559
38560
38561
38562
38563
# File 'lib/aws-sdk-quicksight/types.rb', line 38556

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