Class: Aws::GameSparks::Types::GetStageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GetStageResult
- Defined in:
- gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stage ⇒ Types::StageDetails
Properties that provide details of the stage.
Instance Attribute Details
#stage ⇒ Types::StageDetails
Properties that provide details of the stage.
810 811 812 813 814 |
# File 'gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb', line 810 class GetStageResult < Struct.new( :stage) SENSITIVE = [] include Aws::Structure end |