Class: Aws::ResourceExplorer2::Types::StreamingAccessDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

Contains information about an Amazon Web Services service that has been granted streaming access to your Resource Explorer data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.

Returns:

  • (Time)


1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1953

class StreamingAccessDetails < Struct.new(
  :service_principal,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_principalString

The service principal of the Amazon Web Services service that has streaming access to your Resource Explorer data. A service principal is a unique identifier for an Amazon Web Services service.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1953

class StreamingAccessDetails < Struct.new(
  :service_principal,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end