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:



2006
2007
2008
# File 'sig/types.rbs', line 2006

def associated_systems
  @associated_systems
end

#dependency_discovery"ENABLED", "DISABLED"

Returns the value of attribute dependency_discovery.

Returns:

  • ("ENABLED", "DISABLED")


2010
2011
2012
# File 'sig/types.rbs', line 2010

def dependency_discovery
  @dependency_discovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2005
2006
2007
# File 'sig/types.rbs', line 2005

def description
  @description
end

#permission_modelTypes::PermissionModel

Returns the value of attribute permission_model.



2009
2010
2011
# File 'sig/types.rbs', line 2009

def permission_model
  @permission_model
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def policy_arn
  @policy_arn
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


2008
2009
2010
# File 'sig/types.rbs', line 2008

def regions
  @regions
end

#report_configurationTypes::ServiceReportConfiguration

Returns the value of attribute report_configuration.



2011
2012
2013
# File 'sig/types.rbs', line 2011

def report_configuration
  @report_configuration
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def service_arn
  @service_arn
end