Class: Aws::Types::Urls
- Inherits:
-
Object
- Object
- Aws::Types::Urls
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#seed_url_configuration ⇒ Types::SeedUrlConfiguration
Returns the value of attribute seed_url_configuration.
-
#site_maps_configuration ⇒ Types::SiteMapsConfiguration
Returns the value of attribute site_maps_configuration.
Instance Attribute Details
#seed_url_configuration ⇒ Types::SeedUrlConfiguration
Returns the value of attribute seed_url_configuration.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def seed_url_configuration @seed_url_configuration end |
#site_maps_configuration ⇒ Types::SiteMapsConfiguration
Returns the value of attribute site_maps_configuration.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def site_maps_configuration @site_maps_configuration end |