Class: Aws::Types::BillingViewElement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def arn
  @arn
end

#billing_view_type"PRIMARY", ...

Returns the value of attribute billing_view_type.

Returns:

  • ("PRIMARY", "BILLING_GROUP", "CUSTOM", "BILLING_TRANSFER", "BILLING_TRANSFER_SHOWBACK")


78
79
80
# File 'sig/types.rbs', line 78

def billing_view_type
  @billing_view_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


82
83
84
# File 'sig/types.rbs', line 82

def created_at
  @created_at
end

#data_filter_expressionTypes::Expression

Returns the value of attribute data_filter_expression.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def data_filter_expression
  @data_filter_expression
end

#derived_view_count::Integer

Returns the value of attribute derived_view_count.

Returns:

  • (::Integer)


84
85
86
# File 'sig/types.rbs', line 84

def derived_view_count
  @derived_view_count
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def description
  @description
end

#health_statusTypes::BillingViewHealthStatus

Returns the value of attribute health_status.



87
88
89
# File 'sig/types.rbs', line 87

def health_status
  @health_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def 
  @owner_account_id
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def 
  @source_account_id
end

#source_view_count::Integer

Returns the value of attribute source_view_count.

Returns:

  • (::Integer)


85
86
87
# File 'sig/types.rbs', line 85

def source_view_count
  @source_view_count
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


83
84
85
# File 'sig/types.rbs', line 83

def updated_at
  @updated_at
end

#view_definition_last_updated_at::Time

Returns the value of attribute view_definition_last_updated_at.

Returns:

  • (::Time)


86
87
88
# File 'sig/types.rbs', line 86

def view_definition_last_updated_at
  @view_definition_last_updated_at
end