Class: Aws::Types::StartDashboardSnapshotJobRequest

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)


10558
10559
10560
# File 'sig/types.rbs', line 10558

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


10559
10560
10561
# File 'sig/types.rbs', line 10559

def dashboard_id
  @dashboard_id
end

#snapshot_configurationTypes::SnapshotConfiguration

Returns the value of attribute snapshot_configuration.



10562
10563
10564
# File 'sig/types.rbs', line 10562

def snapshot_configuration
  @snapshot_configuration
end

#snapshot_job_id::String

Returns the value of attribute snapshot_job_id.

Returns:

  • (::String)


10560
10561
10562
# File 'sig/types.rbs', line 10560

def snapshot_job_id
  @snapshot_job_id
end

#user_configurationTypes::SnapshotUserConfiguration

Returns the value of attribute user_configuration.



10561
10562
10563
# File 'sig/types.rbs', line 10561

def user_configuration
  @user_configuration
end