Class: Aws::DataZone::Types::AwsConsoleLinkParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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

Instance Attribute Details

#uriString

The URI of the console link specified as part of the environment action.

Returns:

  • (String)


1435
1436
1437
1438
1439
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1435

class AwsConsoleLinkParameters < Struct.new(
  :uri)
  SENSITIVE = []
  include Aws::Structure
end