Class: Aws::Types::GetServiceSettingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_region_discovery_home_region::String

Returns the value of attribute cross_region_discovery_home_region.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def cross_region_discovery_home_region
  @cross_region_discovery_home_region
end

#cross_region_discovery_source_regions::Array[::String]

Returns the value of attribute cross_region_discovery_source_regions.

Returns:

  • (::Array[::String])


577
578
579
# File 'sig/types.rbs', line 577

def cross_region_discovery_source_regions
  @cross_region_discovery_source_regions
end

#enable_cross_accounts_discoveryBoolean

Returns the value of attribute enable_cross_accounts_discovery.

Returns:

  • (Boolean)


574
575
576
# File 'sig/types.rbs', line 574

def enable_cross_accounts_discovery
  @enable_cross_accounts_discovery
end

#license_manager_resource_share_arn::String

Returns the value of attribute license_manager_resource_share_arn.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def license_manager_resource_share_arn
  @license_manager_resource_share_arn
end

#organization_configurationTypes::OrganizationConfiguration

Returns the value of attribute organization_configuration.



573
574
575
# File 'sig/types.rbs', line 573

def organization_configuration
  @organization_configuration
end

#s3_bucket_arn::String

Returns the value of attribute s3_bucket_arn.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def s3_bucket_arn
  @s3_bucket_arn
end

#service_statusTypes::ServiceStatus

Returns the value of attribute service_status.



578
579
580
# File 'sig/types.rbs', line 578

def service_status
  @service_status
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def sns_topic_arn
  @sns_topic_arn
end