Class: Aws::MainframeModernization::Types::GetSignedBluinsightsUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetSignedBluinsightsUrlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signed_bi_url ⇒ String
Single sign-on AWS Blu Insights URL.
Instance Attribute Details
#signed_bi_url ⇒ String
Single sign-on AWS Blu Insights URL.
1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1902 class GetSignedBluinsightsUrlResponse < Struct.new( :signed_bi_url) SENSITIVE = [] include Aws::Structure end |