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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



42001
42002
42003
42004
42005
42006
42007
42008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42001

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)


42001
42002
42003
42004
42005
42006
42007
42008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42001

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)


42001
42002
42003
42004
42005
42006
42007
42008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42001

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)


42001
42002
42003
42004
42005
42006
42007
42008
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42001

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