Class: MintPress::Aws::RDS::PendingMaintenanceAction

Inherits:
Object
  • Object
show all
Includes:
MintLogger, AwsCommon, Mixins::Properties
Defined in:
src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb

Properties (Read/Write)

  • #action ⇒ [String]
    'The type of pending maintenance action that is available for the resource.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::RDS::PendingMaintenanceAction"
    • orig_name'action'
    
    
    19
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 19
    
    property :action, disposition: :attribute, description: 'The type of pending maintenance action that is available for the resource.', source: "MintPress::Aws::RDS::PendingMaintenanceAction", orig_name: 'action', type: [String]
  • #resource_identifier ⇒ [String]
    'The ARN of a resource to return pending maintenance actions for.'

    Property Attributes
    • describe_pending_maintenance_actions_prop'resource_identifier'
    • source"describe_pending_maintenance_actions"
    
    
    25
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 25
    
    property :resource_identifier, describe_pending_maintenance_actions_prop: 'resource_identifier', type: [String], source: "describe_pending_maintenance_actions", description: 'The ARN of a resource to return pending maintenance actions for.'
  • #filters ⇒ Hash of ⇒ [MintPress::Aws::RDS::Filter]
    'A filter that specifies one or more resources to return pending maintenance actions for. Supported filters: db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB clusters identified by these ARNs. db-instance-id - Accepts DB instance identifiers and DB instance ARNs. The results list will only include pending maintenance actions for the DB instances identified by these ARNs.'

    Property Attributes
    • describe_pending_maintenance_actions_prop'filters'
    • source"describe_pending_maintenance_actions"
    
    
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 26
    
    property :filters, describe_pending_maintenance_actions_prop: 'filters', type: [MintPress::Aws::RDS::Filter], array: false, source: "describe_pending_maintenance_actions", description: 'A filter that specifies one or more resources to return pending
    maintenance actions for.
    
    Supported filters:
    
    
    db-cluster-id - Accepts DB cluster identifiers and DB cluster
    Amazon Resource Names (ARNs). The results list will only include
    pending maintenance actions for the DB clusters identified by these
    ARNs.
    db-instance-id - Accepts DB instance identifiers and DB instance
    ARNs. The results list will only include pending maintenance actions
    for the DB instances identified by these ARNs.', hash: true
  • #max_records ⇒ [Integer]
    'The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results. Default: 100 Constraints: Minimum 20, maximum 100.'

    Property Attributes
    • describe_pending_maintenance_actions_prop'max_records'
    • source"describe_pending_maintenance_actions"
    
    
    39
    40
    41
    42
    43
    44
    45
    46
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 39
    
    property :max_records, describe_pending_maintenance_actions_prop: 'max_records', type: [Integer], source: "describe_pending_maintenance_actions", description: 'The maximum number of records to include in the response. If more
    records exist than the specified MaxRecords value, a pagination
    token called a marker is included in the response so that you can
    retrieve the remaining results.
    
    Default: 100
    
    Constraints: Minimum 20, maximum 100.'
  • #region ⇒ String
    Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead

    Property Attributes
    
    
    52
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 52
    
    property :region, type: String
  • #platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
    The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)

    Property Attributes
    • defaultMintPress::InfrastructureAws::AwsPlatform.new
    
    
    55
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 55
    
    property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new

Properties (Read Only)

  • #auto_applied_after_date ⇒ [Time]
    'The date of the maintenance window when the action is applied.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::PendingMaintenanceAction"
    • orig_name'auto_applied_after_date'
    • read_onlytrue
    
    
    20
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 20
    
    property :auto_applied_after_date, disposition: :read_only_attribute, description: 'The date of the maintenance window when the action is applied.', source: "MintPress::Aws::RDS::PendingMaintenanceAction", orig_name: 'auto_applied_after_date', type: [Time], read_only: true
  • #current_apply_date ⇒ [Time]
    'The effective date when the pending maintenance action is applied to the resource.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::PendingMaintenanceAction"
    • orig_name'current_apply_date'
    • read_onlytrue
    
    
    21
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 21
    
    property :current_apply_date, disposition: :read_only_attribute, description: 'The effective date when the pending maintenance action is applied to the resource.', source: "MintPress::Aws::RDS::PendingMaintenanceAction", orig_name: 'current_apply_date', type: [Time], read_only: true
  • #description ⇒ [String]
    'A description providing more detail about the maintenance action.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::PendingMaintenanceAction"
    • orig_name'description'
    • read_onlytrue
    
    
    22
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 22
    
    property :description, disposition: :read_only_attribute, description: 'A description providing more detail about the maintenance action.', source: "MintPress::Aws::RDS::PendingMaintenanceAction", orig_name: 'description', type: [String], read_only: true
  • #forced_apply_date ⇒ [Time]
    'The date when the maintenance action is automatically applied.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::PendingMaintenanceAction"
    • orig_name'forced_apply_date'
    • read_onlytrue
    
    
    23
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 23
    
    property :forced_apply_date, disposition: :read_only_attribute, description: 'The date when the maintenance action is automatically applied.', source: "MintPress::Aws::RDS::PendingMaintenanceAction", orig_name: 'forced_apply_date', type: [Time], read_only: true
  • #opt_in_status ⇒ [String]
    'Indicates the type of opt-in request that has been received for the resource.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::PendingMaintenanceAction"
    • orig_name'opt_in_status'
    • read_onlytrue
    
    
    24
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 24
    
    property :opt_in_status, disposition: :read_only_attribute, description: 'Indicates the type of opt-in request that has been received for the resource.', source: "MintPress::Aws::RDS::PendingMaintenanceAction", orig_name: 'opt_in_status', type: [String], read_only: true
  • #name ⇒ [String]
    '(also: #action)'

    Property Attributes
    • read_onlytrue
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::PendingMaintenanceAction"
    • orig_name'name'
    
    
    47
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 47
    
    property :name, read_only: true, disposition: :read_only_attribute, description: '(also: #action)', source: "MintPress::Aws::RDS::PendingMaintenanceAction", orig_name: 'name', type: [String]
  • #target_arn ⇒ [String]

    Property Attributes
    • read_onlytrue
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::PendingMaintenanceAction"
    • orig_name'target_arn'
    
    
    48
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_maintenance_action.rb', line 48
    
    property :target_arn, read_only: true, disposition: :read_only_attribute, source: "MintPress::Aws::RDS::PendingMaintenanceAction", orig_name: 'target_arn', type: [String]

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from AwsCommon

#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Constructor Details

#initialize(opts = {}) ⇒ PendingMaintenanceAction

Returns a new instance of PendingMaintenanceAction.

Instance Method Details

#describeObject