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)


10575
10576
10577
# File 'sig/types.rbs', line 10575

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


10576
10577
10578
# File 'sig/types.rbs', line 10576

def dashboard_id
  @dashboard_id
end

#schedule_id::String

Returns the value of attribute schedule_id.

Returns:

  • (::String)


10577
10578
10579
# File 'sig/types.rbs', line 10577

def schedule_id
  @schedule_id
end