Class: Aws::Types::UpdateBillScenarioRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cost_category_group_sharing_preference_arn::String

Returns the value of attribute cost_category_group_sharing_preference_arn.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def cost_category_group_sharing_preference_arn
  @cost_category_group_sharing_preference_arn
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


908
909
910
# File 'sig/types.rbs', line 908

def expires_at
  @expires_at
end

#group_sharing_preference"OPEN", ...

Returns the value of attribute group_sharing_preference.

Returns:

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


909
910
911
# File 'sig/types.rbs', line 909

def group_sharing_preference
  @group_sharing_preference
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def name
  @name
end