Class: Aws::Types::SpaceResourceSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_detailsTypes::SpaceQuickSightResourceDetails

Returns the value of attribute resource_details.



10811
10812
10813
# File 'sig/types.rbs', line 10811

def resource_details
  @resource_details
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


10812
10813
10814
# File 'sig/types.rbs', line 10812

def resource_name
  @resource_name
end

#resource_type"TOPIC", ...

Returns the value of attribute resource_type.

Returns:

  • ("TOPIC", "DASHBOARD", "KNOWLEDGE_BASE", "ACTION_CONNECTOR", "DATA_SET")


10810
10811
10812
# File 'sig/types.rbs', line 10810

def resource_type
  @resource_type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


10813
10814
10815
# File 'sig/types.rbs', line 10813

def updated_at
  @updated_at
end