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.



10421
10422
10423
# File 'sig/types.rbs', line 10421

def resource_details
  @resource_details
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


10422
10423
10424
# File 'sig/types.rbs', line 10422

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")


10420
10421
10422
# File 'sig/types.rbs', line 10420

def resource_type
  @resource_type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


10423
10424
10425
# File 'sig/types.rbs', line 10423

def updated_at
  @updated_at
end