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)


10948
10949
10950
# File 'sig/types.rbs', line 10948

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


10949
10950
10951
# File 'sig/types.rbs', line 10949

def dashboard_id
  @dashboard_id
end

#snapshot_configurationTypes::SnapshotConfiguration

Returns the value of attribute snapshot_configuration.



10952
10953
10954
# File 'sig/types.rbs', line 10952

def snapshot_configuration
  @snapshot_configuration
end

#snapshot_job_id::String

Returns the value of attribute snapshot_job_id.

Returns:

  • (::String)


10950
10951
10952
# File 'sig/types.rbs', line 10950

def snapshot_job_id
  @snapshot_job_id
end

#user_configurationTypes::SnapshotUserConfiguration

Returns the value of attribute user_configuration.



10951
10952
10953
# File 'sig/types.rbs', line 10951

def user_configuration
  @user_configuration
end