Class: Aws::CodeCatalyst::Types::GetSubscriptionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#space_nameString

The name of the space.

Returns:

  • (String)


1264
1265
1266
1267
1268
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1264

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