Class: Aws::Types::StartDashboardSnapshotJobScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


10965
10966
10967
# File 'sig/types.rbs', line 10965

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


10966
10967
10968
# File 'sig/types.rbs', line 10966

def dashboard_id
  @dashboard_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


10967
10968
10969
# File 'sig/types.rbs', line 10967

def schedule_id
  @schedule_id
end