Class: Aws::MigrationHubRefactorSpaces::Types::GetServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::GetServiceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The ID of the application.
-
#environment_identifier ⇒ String
The ID of the environment.
-
#service_identifier ⇒ String
The ID of the service.
Instance Attribute Details
#application_identifier ⇒ String
The ID of the application.
1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1553 class GetServiceRequest < Struct.new( :application_identifier, :environment_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment.
1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1553 class GetServiceRequest < Struct.new( :application_identifier, :environment_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID of the service.
1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1553 class GetServiceRequest < Struct.new( :application_identifier, :environment_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |