Class: Aws::Finspace::Types::CreateEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateEnvironmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_arn ⇒ String
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
-
#environment_id ⇒ String
The unique identifier for FinSpace environment that you created.
-
#environment_url ⇒ String
The sign-in URL for the web application of the FinSpace environment you created.
Instance Attribute Details
#environment_arn ⇒ String
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-finspace/types.rb', line 276 class CreateEnvironmentResponse < Struct.new( :environment_id, :environment_arn, :environment_url) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier for FinSpace environment that you created.
276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-finspace/types.rb', line 276 class CreateEnvironmentResponse < Struct.new( :environment_id, :environment_arn, :environment_url) SENSITIVE = [] include Aws::Structure end |
#environment_url ⇒ String
The sign-in URL for the web application of the FinSpace environment you created.
276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-finspace/types.rb', line 276 class CreateEnvironmentResponse < Struct.new( :environment_id, :environment_arn, :environment_url) SENSITIVE = [] include Aws::Structure end |