Class: Aws::Types::UpdateBranchRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:basic_auth_credentials, :build_spec])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def app_id
  @app_id
end

#backendTypes::Backend

Returns the value of attribute backend.

Returns:



737
738
739
# File 'sig/types.rbs', line 737

def backend
  @backend
end

#backend_environment_arn::String

Returns the value of attribute backend_environment_arn.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def backend_environment_arn
  @backend_environment_arn
end

#basic_auth_credentials::String

Returns the value of attribute basic_auth_credentials.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def basic_auth_credentials
  @basic_auth_credentials
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def branch_name
  @branch_name
end

#build_spec::String

Returns the value of attribute build_spec.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def build_spec
  @build_spec
end

#compute_role_arn::String

Returns the value of attribute compute_role_arn.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def compute_role_arn
  @compute_role_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def display_name
  @display_name
end

#enable_auto_buildBoolean

Returns the value of attribute enable_auto_build.

Returns:

  • (Boolean)


725
726
727
# File 'sig/types.rbs', line 725

def enable_auto_build
  @enable_auto_build
end

#enable_basic_authBoolean

Returns the value of attribute enable_basic_auth.

Returns:

  • (Boolean)


729
730
731
# File 'sig/types.rbs', line 729

def enable_basic_auth
  @enable_basic_auth
end

#enable_notificationBoolean

Returns the value of attribute enable_notification.

Returns:

  • (Boolean)


724
725
726
# File 'sig/types.rbs', line 724

def enable_notification
  @enable_notification
end

#enable_performance_modeBoolean

Returns the value of attribute enable_performance_mode.

Returns:

  • (Boolean)


730
731
732
# File 'sig/types.rbs', line 730

def enable_performance_mode
  @enable_performance_mode
end

#enable_pull_request_previewBoolean

Returns the value of attribute enable_pull_request_preview.

Returns:

  • (Boolean)


734
735
736
# File 'sig/types.rbs', line 734

def enable_pull_request_preview
  @enable_pull_request_preview
end

#enable_skew_protectionBoolean

Returns the value of attribute enable_skew_protection.

Returns:

  • (Boolean)


726
727
728
# File 'sig/types.rbs', line 726

def enable_skew_protection
  @enable_skew_protection
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

  • (::Hash[::String, ::String])


727
728
729
# File 'sig/types.rbs', line 727

def environment_variables
  @environment_variables
end

#framework::String

Returns the value of attribute framework.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def framework
  @framework
end

#pull_request_environment_name::String

Returns the value of attribute pull_request_environment_name.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def pull_request_environment_name
  @pull_request_environment_name
end

#stage"PRODUCTION", ...

Returns the value of attribute stage.

Returns:

  • ("PRODUCTION", "BETA", "DEVELOPMENT", "EXPERIMENTAL", "PULL_REQUEST")


723
724
725
# File 'sig/types.rbs', line 723

def stage
  @stage
end

#ttl::String

Returns the value of attribute ttl.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def ttl
  @ttl
end