Module: Aws::CloudTrail::Client::_GetDashboardResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetDashboardResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_timestamp::Time

Returns:

  • (::Time)


391
# File 'sig/client.rbs', line 391

def created_timestamp: () -> ::Time

#dashboard_arn::String

Returns:

  • (::String)


386
# File 'sig/client.rbs', line 386

def dashboard_arn: () -> ::String

#last_refresh_failure_reason::String

Returns:

  • (::String)


394
# File 'sig/client.rbs', line 394

def last_refresh_failure_reason: () -> ::String

#last_refresh_id::String

Returns:

  • (::String)


393
# File 'sig/client.rbs', line 393

def last_refresh_id: () -> ::String

#refresh_scheduleTypes::RefreshSchedule



390
# File 'sig/client.rbs', line 390

def refresh_schedule: () -> Types::RefreshSchedule

#status"CREATING", ...

Returns:

  • ("CREATING", "CREATED", "UPDATING", "UPDATED", "DELETING")


388
# File 'sig/client.rbs', line 388

def status: () -> ("CREATING" | "CREATED" | "UPDATING" | "UPDATED" | "DELETING")

#termination_protection_enabledBoolean

Returns:

  • (Boolean)


395
# File 'sig/client.rbs', line 395

def termination_protection_enabled: () -> bool

#type"MANAGED", "CUSTOM"

Returns:

  • ("MANAGED", "CUSTOM")


387
# File 'sig/client.rbs', line 387

def type: () -> ("MANAGED" | "CUSTOM")

#updated_timestamp::Time

Returns:

  • (::Time)


392
# File 'sig/client.rbs', line 392

def updated_timestamp: () -> ::Time

#widgets::Array[Types::Widget]

Returns:



389
# File 'sig/client.rbs', line 389

def widgets: () -> ::Array[Types::Widget]