Class: Aws::Types::UpdateConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2845
2846
2847
# File 'sig/types.rbs', line 2845

def 
  @account_id
end

#ec2_configurationTypes::Ec2Configuration

Returns the value of attribute ec2_configuration.



2847
2848
2849
# File 'sig/types.rbs', line 2847

def ec2_configuration
  @ec2_configuration
end

#ecr_configurationTypes::EcrConfiguration

Returns the value of attribute ecr_configuration.



2846
2847
2848
# File 'sig/types.rbs', line 2846

def ecr_configuration
  @ecr_configuration
end

#update_configuration_inheritanceTypes::UpdateConfigurationInheritance

Returns the value of attribute update_configuration_inheritance.



2848
2849
2850
# File 'sig/types.rbs', line 2848

def update_configuration_inheritance
  @update_configuration_inheritance
end