Class: Aws::Types::CreateBillScenarioRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def client_token
  @client_token
end

#cost_category_group_sharing_preference_arn::String

Returns the value of attribute cost_category_group_sharing_preference_arn.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def cost_category_group_sharing_preference_arn
  @cost_category_group_sharing_preference_arn
end

#group_sharing_preference"OPEN", ...

Returns the value of attribute group_sharing_preference.

Returns:

  • ("OPEN", "PRIORITIZED", "RESTRICTED")


470
471
472
# File 'sig/types.rbs', line 470

def group_sharing_preference
  @group_sharing_preference
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


469
470
471
# File 'sig/types.rbs', line 469

def tags
  @tags
end