Class: Aws::ResourceExplorer2::Types::StreamingAccessDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::StreamingAccessDetails
- 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
-
#created_at ⇒ Time
The date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.
-
#service_principal ⇒ String
The service principal of the Amazon Web Services service that has streaming access to your Resource Explorer data.
Instance Attribute Details
#created_at ⇒ Time
The date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.
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_principal ⇒ String
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.
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 |