Class: Aws::Types::UpdateServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_systems::Array[Types::AssociatedSystem]

Returns the value of attribute associated_systems.

Returns:



1916
1917
1918
# File 'sig/types.rbs', line 1916

def associated_systems
  @associated_systems
end

#dependency_discovery"ENABLED", "DISABLED"

Returns the value of attribute dependency_discovery.

Returns:

  • ("ENABLED", "DISABLED")


1920
1921
1922
# File 'sig/types.rbs', line 1920

def dependency_discovery
  @dependency_discovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def description
  @description
end

#permission_modelTypes::PermissionModel

Returns the value of attribute permission_model.



1919
1920
1921
# File 'sig/types.rbs', line 1919

def permission_model
  @permission_model
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def policy_arn
  @policy_arn
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1918
1919
1920
# File 'sig/types.rbs', line 1918

def regions
  @regions
end

#report_configurationTypes::ServiceReportConfiguration

Returns the value of attribute report_configuration.



1921
1922
1923
# File 'sig/types.rbs', line 1921

def report_configuration
  @report_configuration
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def service_arn
  @service_arn
end