Class: Aws::Types::UpdateServiceSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_cross_accounts_discoveryBoolean

Returns the value of attribute enable_cross_accounts_discovery.

Returns:

  • (Boolean)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def enable_cross_accounts_discovery
  @enable_cross_accounts_discovery
end

#enabled_discovery_source_regions::Array[::String]

Returns the value of attribute enabled_discovery_source_regions.

Returns:

  • (::Array[::String])


1396
1397
1398
# File 'sig/types.rbs', line 1396

def enabled_discovery_source_regions
  @enabled_discovery_source_regions
end

#organization_configurationTypes::OrganizationConfiguration

Returns the value of attribute organization_configuration.



1394
1395
1396
# File 'sig/types.rbs', line 1394

def organization_configuration
  @organization_configuration
end

#s3_bucket_arn::String

Returns the value of attribute s3_bucket_arn.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def s3_bucket_arn
  @s3_bucket_arn
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def sns_topic_arn
  @sns_topic_arn
end