Class: Aws::GameSparks::Types::GetStageDeploymentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GetStageDeploymentResult
- Defined in:
- gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stage_deployment ⇒ Types::StageDeploymentDetails
Properties that provide details of the stage deployment.
Instance Attribute Details
#stage_deployment ⇒ Types::StageDeploymentDetails
Properties that provide details of the stage deployment.
781 782 783 784 785 |
# File 'gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb', line 781 class GetStageDeploymentResult < Struct.new( :stage_deployment) SENSITIVE = [] include Aws::Structure end |