Class: Aws::DataZone::Types::AwsConsoleLinkParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AwsConsoleLinkParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The parameters of the console link specified as part of the environment action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The URI of the console link specified as part of the environment action.
Instance Attribute Details
#uri ⇒ String
The URI of the console link specified as part of the environment action.
1025 1026 1027 1028 1029 |
# File 'lib/aws-sdk-datazone/types.rb', line 1025 class AwsConsoleLinkParameters < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |