Class: Aws::CodeCatalyst::Types::GetSubscriptionResponse

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

#aws_account_nameString

The display name of the Amazon Web Services account used for billing for the space.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1303

class GetSubscriptionResponse < Struct.new(
  :subscription_type,
  :aws_account_name,
  :pending_subscription_type,
  :pending_subscription_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#pending_subscription_start_timeTime

The day and time the pending change will be applied to the space, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Returns:

  • (Time)


1303
1304
1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1303

class GetSubscriptionResponse < Struct.new(
  :subscription_type,
  :aws_account_name,
  :pending_subscription_type,
  :pending_subscription_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#pending_subscription_typeString

The type of the billing plan that the space will be changed to at the start of the next billing cycle. This applies only to changes that reduce the functionality available for the space. Billing plan changes that increase functionality are applied immediately. For more information, see Pricing.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1303

class GetSubscriptionResponse < Struct.new(
  :subscription_type,
  :aws_account_name,
  :pending_subscription_type,
  :pending_subscription_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_typeString

The type of the billing plan for the space.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1303

class GetSubscriptionResponse < Struct.new(
  :subscription_type,
  :aws_account_name,
  :pending_subscription_type,
  :pending_subscription_start_time)
  SENSITIVE = []
  include Aws::Structure
end