Class: Aws::Types::UpdateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_systems ⇒ ::Array[Types::AssociatedSystem]
Returns the value of attribute associated_systems.
-
#dependency_discovery ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dependency_discovery.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#report_configuration ⇒ Types::ServiceReportConfiguration
Returns the value of attribute report_configuration.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#associated_systems ⇒ ::Array[Types::AssociatedSystem]
Returns the value of attribute associated_systems.
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.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def dependency_discovery @dependency_discovery end |
#description ⇒ ::String
Returns the value of attribute description.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def description @description end |
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def policy_arn @policy_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def regions @regions end |
#report_configuration ⇒ Types::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.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def service_arn @service_arn end |