Class: Aws::Types::UpdateAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:basic_auth_credentials, :build_spec, :oauth_token, :access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def access_token
  @access_token
end

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def app_id
  @app_id
end

#auto_branch_creation_configTypes::AutoBranchCreationConfig

Returns the value of attribute auto_branch_creation_config.



704
705
706
# File 'sig/types.rbs', line 704

def auto_branch_creation_config
  @auto_branch_creation_config
end

#auto_branch_creation_patterns::Array[::String]

Returns the value of attribute auto_branch_creation_patterns.

Returns:

  • (::Array[::String])


703
704
705
# File 'sig/types.rbs', line 703

def auto_branch_creation_patterns
  @auto_branch_creation_patterns
end

#basic_auth_credentials::String

Returns the value of attribute basic_auth_credentials.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def basic_auth_credentials
  @basic_auth_credentials
end

#build_spec::String

Returns the value of attribute build_spec.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def build_spec
  @build_spec
end

#cache_configTypes::CacheConfig

Returns the value of attribute cache_config.

Returns:



709
710
711
# File 'sig/types.rbs', line 709

def cache_config
  @cache_config
end

#compute_role_arn::String

Returns the value of attribute compute_role_arn.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def compute_role_arn
  @compute_role_arn
end

#custom_headers::String

Returns the value of attribute custom_headers.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def custom_headers
  @custom_headers
end

#custom_rules::Array[Types::CustomRule]

Returns the value of attribute custom_rules.

Returns:



699
700
701
# File 'sig/types.rbs', line 699

def custom_rules
  @custom_rules
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def description
  @description
end

#enable_auto_branch_creationBoolean

Returns the value of attribute enable_auto_branch_creation.

Returns:

  • (Boolean)


702
703
704
# File 'sig/types.rbs', line 702

def enable_auto_branch_creation
  @enable_auto_branch_creation
end

#enable_basic_authBoolean

Returns the value of attribute enable_basic_auth.

Returns:

  • (Boolean)


697
698
699
# File 'sig/types.rbs', line 697

def enable_basic_auth
  @enable_basic_auth
end

#enable_branch_auto_buildBoolean

Returns the value of attribute enable_branch_auto_build.

Returns:

  • (Boolean)


695
696
697
# File 'sig/types.rbs', line 695

def enable_branch_auto_build
  @enable_branch_auto_build
end

#enable_branch_auto_deletionBoolean

Returns the value of attribute enable_branch_auto_deletion.

Returns:

  • (Boolean)


696
697
698
# File 'sig/types.rbs', line 696

def enable_branch_auto_deletion
  @enable_branch_auto_deletion
end

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

Returns the value of attribute environment_variables.

Returns:

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


694
695
696
# File 'sig/types.rbs', line 694

def environment_variables
  @environment_variables
end

#iam_service_role_arn::String

Returns the value of attribute iam_service_role_arn.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def iam_service_role_arn
  @iam_service_role_arn
end

#job_configTypes::JobConfig

Returns the value of attribute job_config.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def job_config
  @job_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def name
  @name
end

#oauth_token::String

Returns the value of attribute oauth_token.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def oauth_token
  @oauth_token
end

#platform"WEB", ...

Returns the value of attribute platform.

Returns:

  • ("WEB", "WEB_DYNAMIC", "WEB_COMPUTE")


691
692
693
# File 'sig/types.rbs', line 691

def platform
  @platform
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def repository
  @repository
end